Class ListMap
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.array.ArrayMap
ortus.boxlang.runtime.bifs.global.list.ListMap
- Direct Known Subclasses:
StringMap
-
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) 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.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
ListMap
public ListMap()Constructor
-
-
Method Details
-
_invoke
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.
-