Class ParallelFlatCollectIterable<T,V>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterable<V,Batch<V>>
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterableImpl<V,Batch<V>>
org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectIterable<T,V>
- All Implemented Interfaces:
ParallelIterable<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParallelFlatCollectIterable(AbstractParallelIterable<T, ? extends Batch<T>> delegate, Function<? super T, ? extends Iterable<V>> function) -
Method Summary
Modifier and TypeMethodDescriptionbooleanallSatisfy(Predicate<? super V> predicate) booleananySatisfy(Predicate<? super V> predicate) voidint<V1> UnsortedBagMultimap<V1, V> <V1> UnsortedBagMultimap<V1, V> groupByEach(Function<? super V, ? extends Iterable<V1>> function) <V1> MapIterable<V1, V> groupByUniqueKey(Function<? super V, ? extends V1> function) split()Object[]toArray()<E> E[]toArray(E[] array) Methods inherited from class AbstractParallelIterableImpl
asUnique, collect, collectIf, collectWith, flatCollect, isOrdered, reject, rejectWith, select, selectInstancesOf, selectWithMethods inherited from class AbstractParallelIterable
aggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, collectCombine, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, forEach, forEachWith, 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, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ParallelIterable
appendString, appendString, makeString, makeString, makeString, makeString, toSortedList
-
Field Details
-
delegate
-
function
-
-
Constructor Details
-
ParallelFlatCollectIterable
-
-
Method Details
-
getExecutorService
- Specified by:
getExecutorServicein classAbstractParallelIterable<V,Batch<V>>
-
getBatchSize
public int getBatchSize()- Specified by:
getBatchSizein classAbstractParallelIterable<V,Batch<V>>
-
split
- Specified by:
splitin classAbstractParallelIterable<V,Batch<V>>
-
forEach
-
detect
-
anySatisfy
-
allSatisfy
-
toArray
-
toArray
public <E> E[] toArray(E[] array) - Specified by:
toArrayin interfaceParallelIterable<T>- Overrides:
toArrayin classAbstractParallelIterable<V,Batch<V>>
-
groupBy
- Specified by:
groupByin interfaceParallelIterable<T>- Overrides:
groupByin classAbstractParallelIterableImpl<V,Batch<V>>
-
groupByEach
public <V1> UnsortedBagMultimap<V1,V> groupByEach(Function<? super V, ? extends Iterable<V1>> function) - Specified by:
groupByEachin interfaceParallelIterable<T>- Overrides:
groupByEachin classAbstractParallelIterableImpl<V,Batch<V>>
-
groupByUniqueKey
- Specified by:
groupByUniqueKeyin interfaceParallelIterable<T>- Overrides:
groupByUniqueKeyin classAbstractParallelIterable<V,Batch<V>>
-