QuerySome
This function calls a given closure/function with every element in a given query and returns true, if one of the closure calls returns true
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The query to iterate over | |
|
|
| The function to invoke for each item. The function will be passed 3 arguments: the row, the currentRow, the query. | |
|
|
| Specifies whether the items can be executed in parallel |
|
|
|
| The maximum number of threads to use when parallel = true | |
|
|
|
Examples
Related
Last updated