ListFilter
Filters a delimted list and returns the values from the callback test
Method Signature
Arguments
list
string
true
string list to filter entries from
filter
function:Predicate
true
function closure filter test. You can alternatively pass a Java Predicate which will only receive the 1st arg.
delimiter
string
false
string the list delimiter
,
includeEmptyFields
boolean
false
boolean whether to include empty fields in the returned result
false
multiCharacterDelimiter
boolean
false
boolean whether the delimiter is multi-character
true
parallel
boolean
false
boolean whether to execute the filter in parallel
false
maxThreads
integer
false
number the maximum number of threads to use in the parallel filter
Examples
Related
Last updated