The ParallelArray wrapper used after the map() operation
Constructor and description |
---|
MappedPAWrapper
(ParallelArrayWithMapping pa) |
Type | Name and description |
---|---|
AbstractPAWrapper |
filter(groovy.lang.Closure cl) Filters concurrently elements in the collection based on the outcome of the supplied function on each of the elements. |
Methods inherited from class | Name |
---|---|
class AbstractPAWrapper |
combine, combineImpl, combineImpl, filter, getCollection, groupBy, map, max, max, min, min, reduce, reduce, size, sort, sum |
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Filters concurrently elements in the collection based on the outcome of the supplied function on each of the elements.
A
- closure indicating whether to propagate the given element into the filtered collectionCopyright © 2008–2014 Václav Pech. All Rights Reserved.