Class StringReduce


@BoxBIF public class StringReduce extends ListReduce
  • Constructor Details

    • StringReduce

      public StringReduce()
      Constructor
  • Method Details

    • _invoke

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