Direct Known Subclasses:
StringMap

@BoxBIF @BoxMember(type=STRING, name="listMap") public class ListMap extends ArrayMap
  • Constructor Details

    • ListMap

      public ListMap()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Used to iterate over a delimited list and run the function closure for each item in the list and create a new list from the returned values.
      Overrides:
      _invoke in class ArrayMap
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation