public class ParallelCollectListIterable<T,V> extends AbstractParallelListIterable<V,ListBatch<V>>
| Constructor and Description |
|---|
ParallelCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
V |
detect(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
void |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
int |
getBatchSize() |
ExecutorService |
getExecutorService() |
org.eclipse.collections.api.LazyIterable<ListBatch<V>> |
split() |
asUnique, collect, collectIf, collectWith, flatCollect, groupBy, groupByEach, groupByUniqueKey, reject, rejectWith, select, selectInstancesOf, selectWith, toArray, toArrayaggregateBy, 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, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregateBy, 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, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBypublic ParallelCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable, org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<V,ListBatch<V>>public int getBatchSize()
getBatchSize in class AbstractParallelIterable<V,ListBatch<V>>public org.eclipse.collections.api.LazyIterable<ListBatch<V>> split()
split in class AbstractParallelIterable<V,ListBatch<V>>public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure)
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
Copyright © 2004–2017. All rights reserved.