public class ParallelSelectIterable<T> extends AbstractParallelIterableImpl<T,Batch<T>>
Constructor and Description |
---|
ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable,
Predicate<? super T> predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
allSatisfy(Predicate<? super T> predicate) |
boolean |
anySatisfy(Predicate<? super T> predicate) |
T |
detect(Predicate<? super T> predicate) |
void |
forEach(Procedure<? super T> procedure) |
ExecutorService |
getExecutorService() |
LazyIterable<Batch<T>> |
split() |
asUnique, collect, collectIf, collectWith, flatCollect, groupBy, groupByEach, groupByUniqueKey, reject, rejectWith, select, selectInstancesOf, selectWith
aggregateBy, 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, toString
public ExecutorService getExecutorService()
getExecutorService
in class AbstractParallelIterable<T,Batch<T>>
public LazyIterable<Batch<T>> split()
split
in class AbstractParallelIterable<T,Batch<T>>
Copyright © 2004–2019. All rights reserved.