AsyncAllApply
// Array
allApply( items, ( item ) => item.getMemento() )
// Struct: The result object is a struct of `key` and `value`
allApply( data, ( item ) => item.key & item.value.toString() )
Method Signature
AsyncAllApply(items=[any], mapper=[function], errorHandler=[function], executor=[any], timeout=[long], timeUnit=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
