Class CalloutJoiner

java.lang.Object
gg.xp.xivsupport.callouts.CalloutJoiner

public class CalloutJoiner extends Object
  • Constructor Details

  • Method Details

    • call

      public String call(String sep, Iterable<Object> items)
      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