public class ParallelDistinctIterable<T> extends AbstractParallelUnsortedSetIterable<T,UnsortedSetBatch<T>>
| Constructor and Description |
|---|
ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> |
asUnique() |
T |
detect(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
void |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure) |
int |
getBatchSize() |
ExecutorService |
getExecutorService() |
<V> org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<V,T> |
groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<V,T> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
<V> org.eclipse.collections.api.map.MapIterable<V,T> |
groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
org.eclipse.collections.api.LazyIterable<UnsortedSetBatch<T>> |
split() |
Object[] |
toArray() |
<E> E[] |
toArray(E[] array) |
collect, collectIf, collectWith, flatCollect, 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, 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 ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate)
public ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<T,UnsortedSetBatch<T>>public int getBatchSize()
getBatchSize in class AbstractParallelIterable<T,UnsortedSetBatch<T>>public org.eclipse.collections.api.LazyIterable<UnsortedSetBatch<T>> split()
split in class AbstractParallelIterable<T,UnsortedSetBatch<T>>public org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> asUnique()
asUnique in interface org.eclipse.collections.api.ParallelIterable<T>asUnique in interface org.eclipse.collections.api.set.ParallelSetIterable<T>asUnique in interface org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T>asUnique in class AbstractParallelUnsortedSetIterable<T,UnsortedSetBatch<T>>public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure)
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public Object[] toArray()
toArray in interface org.eclipse.collections.api.ParallelIterable<T>toArray in class AbstractParallelIterable<T,UnsortedSetBatch<T>>public <E> E[] toArray(E[] array)
toArray in interface org.eclipse.collections.api.ParallelIterable<T>toArray in class AbstractParallelIterable<T,UnsortedSetBatch<T>>public <V> org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<V,T> groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
groupBy in interface org.eclipse.collections.api.ParallelIterable<T>groupBy in interface org.eclipse.collections.api.set.ParallelSetIterable<T>groupBy in interface org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T>groupBy in class AbstractParallelUnsortedSetIterable<T,UnsortedSetBatch<T>>public <V> org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<V,T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
groupByEach in interface org.eclipse.collections.api.ParallelIterable<T>groupByEach in interface org.eclipse.collections.api.set.ParallelSetIterable<T>groupByEach in interface org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T>groupByEach in class AbstractParallelUnsortedSetIterable<T,UnsortedSetBatch<T>>public <V> org.eclipse.collections.api.map.MapIterable<V,T> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
groupByUniqueKey in interface org.eclipse.collections.api.ParallelIterable<T>groupByUniqueKey in class AbstractParallelIterable<T,UnsortedSetBatch<T>>Copyright © 2004–2017. All rights reserved.