Package gg.xp.xivsupport.callouts
Class CalloutJoiner
java.lang.Object
gg.xp.xivsupport.callouts.CalloutJoiner
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CalloutJoiner
-
-
Method Details
-
call
Exposes the 'join' helper function to callouts. This is different from Groovy's normal List.join in that it uses SingleValueReplacement, so callout styling will work.- Parameters:
sep- Separator to use.items- The items to join.- Returns:
- The joined string
-