public class ParallelCollectIterable<T,V> extends AbstractParallelIterableImpl<V,Batch<V>>
| Constructor and Description |
|---|
ParallelCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable,
Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(Predicate<? super V> predicate) |
boolean |
anySatisfy(Predicate<? super V> predicate) |
V |
detect(Predicate<? super V> predicate) |
void |
forEach(Procedure<? super V> procedure) |
ExecutorService |
getExecutorService() |
LazyIterable<Batch<V>> |
split() |
asUnique, collect, collectIf, collectWith, flatCollect, groupBy, groupByEach, groupByUniqueKey, reject, rejectWith, select, selectInstancesOf, selectWithaggregateBy, aggregateInPlaceBy, allSatisfyWith, anySatisfyWith, appendString, appendString, appendString, count, countWith, detectIfNone, detectWith, detectWithIfNone, forEachWith, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toBag, toList, toMap, toSet, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringpublic ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<V,Batch<V>>public LazyIterable<Batch<V>> split()
split in class AbstractParallelIterable<V,Batch<V>>Copyright © 2004–2017. All rights reserved.