Class StringEach


@BoxBIF public class StringEach extends ListEach
  • Constructor Details

    • StringEach

      public StringEach()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Iterates all the elements in a string and runs the passed callback on each character
      Overrides:
      _invoke in class ListEach
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation