public class ParallelDistinctIterable<T> extends AbstractParallelUnsortedSetIterable<T,UnsortedSetBatch<T>>
| Constructor and Description |
|---|
ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(Predicate<? super T> predicate) |
boolean |
anySatisfy(Predicate<? super T> predicate) |
ParallelUnsortedSetIterable<T> |
asUnique() |
T |
detect(Predicate<? super T> predicate) |
void |
forEach(Procedure<? super T> procedure) |
ExecutorService |
getExecutorService() |
LazyIterable<UnsortedSetBatch<T>> |
split() |
collect, collectIf, collectWith, flatCollect, groupBy, groupByEach, groupByUniqueKey, 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, toArray, toArray, toBag, toList, toMap, toSet, 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, toArray, toArray, toBag, toList, toMap, toSet, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBypublic ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable)
public ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<T,UnsortedSetBatch<T>>public LazyIterable<UnsortedSetBatch<T>> split()
split in class AbstractParallelIterable<T,UnsortedSetBatch<T>>public ParallelUnsortedSetIterable<T> asUnique()
asUnique in interface ParallelIterable<T>asUnique in interface ParallelUnsortedSetIterable<T>asUnique in class AbstractParallelUnsortedSetIterable<T,UnsortedSetBatch<T>>Copyright © 2004–2017. All rights reserved.