public class ParallelSelectIterable<T> extends AbstractParallelIterableImpl<T,Batch<T>>
| Constructor and Description |
|---|
ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
boolean |
anySatisfy(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
T |
detect(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |
int |
getBatchSize() |
java.util.concurrent.ExecutorService |
getExecutorService() |
com.gs.collections.api.LazyIterable<Batch<T>> |
split() |
java.lang.Object[] |
toArray() |
<E> E[] |
toArray(E[] array) |
asUnique, collect, collectIf, collectWith, flatCollect, groupBy, groupByEach, isOrdered, reject, rejectWith, select, selectInstancesOf, selectWithaggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, collectCombine, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, forEach, forEachWith, groupByUniqueKey, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringpublic ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable, com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
public java.util.concurrent.ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<T,Batch<T>>public int getBatchSize()
getBatchSize in class AbstractParallelIterable<T,Batch<T>>public com.gs.collections.api.LazyIterable<Batch<T>> split()
split in class AbstractParallelIterable<T,Batch<T>>public void forEach(com.gs.collections.api.block.procedure.Procedure<? super T> procedure)
public boolean anySatisfy(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
public boolean allSatisfy(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
public java.lang.Object[] toArray()