Class SelectSortedSetBatch<T>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<T>
org.eclipse.collections.impl.lazy.parallel.set.sorted.SelectSortedSetBatch<T>
- All Implemented Interfaces:
Batch<T>, OrderedBatch<T>, SortedSetBatch<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectSortedSetBatch(SortedSetBatch<T> sortedSetBatch, Predicate<? super T> predicate) -
Method Summary
Modifier and TypeMethodDescription<V> ListBatch<V> distinct(ConcurrentHashMap<T, Boolean> distinct) <V> ListBatch<V> flatCollect(Function<? super T, ? extends Iterable<V>> function) voidMethods inherited from class AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Batch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Field Details
-
sortedSetBatch
-
predicate
-
-
Constructor Details
-
SelectSortedSetBatch
-
-
Method Details
-
forEach
-
select
- Specified by:
selectin interfaceBatch<T>- Specified by:
selectin interfaceOrderedBatch<T>- Specified by:
selectin interfaceSortedSetBatch<T>
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceOrderedBatch<T>
-
distinct
- Specified by:
distinctin interfaceOrderedBatch<T>- Specified by:
distinctin interfaceSortedSetBatch<T>
-