public class ParallelCollectIterable<T,V> extends AbstractParallelIterableImpl<V,Batch<V>>
| Constructor and Description |
|---|
ParallelCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate,
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) |
<V1> org.eclipse.collections.api.ParallelIterable<V1> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<V1>> function) |
void |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
int |
getBatchSize() |
ExecutorService |
getExecutorService() |
<V1> org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<V1,V> |
groupBy(org.eclipse.collections.api.block.function.Function<? super V,? extends V1> function) |
<V1> org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<V1,V> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<V1>> function) |
<V1> org.eclipse.collections.api.map.MapIterable<V1,V> |
groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V,? extends V1> function) |
org.eclipse.collections.api.LazyIterable<Batch<V>> |
split() |
Object[] |
toArray() |
<E> E[] |
toArray(E[] array) |
asUnique, collect, collectIf, collectWith, 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, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringpublic ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<V,Batch<V>>public int getBatchSize()
getBatchSize in class AbstractParallelIterable<V,Batch<V>>public org.eclipse.collections.api.LazyIterable<Batch<V>> split()
split in class AbstractParallelIterable<V,Batch<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)
public <V1> org.eclipse.collections.api.ParallelIterable<V1> flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<V1>> function)
flatCollect in interface org.eclipse.collections.api.ParallelIterable<V>flatCollect in class AbstractParallelIterableImpl<V,Batch<V>>public Object[] toArray()
public <E> E[] toArray(E[] array)
public <V1> org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<V1,V> groupBy(org.eclipse.collections.api.block.function.Function<? super V,? extends V1> function)
public <V1> org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<V1,V> groupByEach(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<V1>> function)
groupByEach in interface org.eclipse.collections.api.ParallelIterable<V>groupByEach in class AbstractParallelIterableImpl<V,Batch<V>>public <V1> org.eclipse.collections.api.map.MapIterable<V1,V> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V,? extends V1> function)
groupByUniqueKey in interface org.eclipse.collections.api.ParallelIterable<V>groupByUniqueKey in class AbstractParallelIterable<V,Batch<V>>Copyright © 2004–2018. All rights reserved.