Class ListReduceRight

Direct Known Subclasses:
StringReduceRight

@BoxBIF @BoxMember(type=STRING, name="listReduceRight") public class ListReduceRight extends ArrayReduce
  • Constructor Details

    • ListReduceRight

      public ListReduceRight()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Run the provided udf over a reversed delimited list to reduce the values to a single output
      Overrides:
      _invoke in class ArrayReduce
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation