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, selectWith
aggregateBy, 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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
aggregateBy, 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
public 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–2019. All rights reserved.