Class ListReduce
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.array.ArrayReduce
ortus.boxlang.runtime.bifs.global.string.ListReduce
- Direct Known Subclasses:
StringReduce
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, moduleService, runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Run the provided udf over a delimited list to reduce the values to a single outputMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
ListReduce
public ListReduce()Constructor
-
-
Method Details
-
_invoke
Run the provided udf over a delimited list to reduce the values to a single output- Overrides:
_invokein classArrayReduce- Parameters:
context- The context in which the BIF is being invoked.arguments- Argument scope for the BIF.- Returns:
- The result of the invocation
-