ParallelIterable<T>public class ParallelSelectIterable<T> extends AbstractParallelIterableImpl<T,Batch<T>>
| Constructor | Description |
|---|---|
ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable,
Predicate<? super T> predicate) |
| Modifier and Type | Method | 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) |
|
int |
getBatchSize() |
|
java.util.concurrent.ExecutorService |
getExecutorService() |
|
LazyIterable<Batch<T>> |
split() |
|
java.lang.Object[] |
toArray() |
|
<E> E[] |
toArray(E[] array) |
aggregateBy, aggregateInPlaceBy, allSatisfyWith, anySatisfyWith, appendString, count, countWith, detectIfNone, detectWith, detectWithIfNone, forEachWith, groupByUniqueKey, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringasUnique, collect, collectIf, collectWith, flatCollect, groupBy, groupByEach, reject, rejectWith, select, selectInstancesOf, selectWithequals, getClass, hashCode, notify, notifyAll, wait, wait, waitappendString, appendString, makeString, makeString, makeString, toSortedListpublic java.util.concurrent.ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<T,Batch<T>>public int getBatchSize()
getBatchSize in class AbstractParallelIterable<T,Batch<T>>public LazyIterable<Batch<T>> split()
split in class AbstractParallelIterable<T,Batch<T>>public java.lang.Object[] toArray()
public <E> E[] toArray(E[] array)
toArray in interface ParallelIterable<T>toArray in class AbstractParallelIterable<T,Batch<T>>Copyright © 2004–2018. All rights reserved.