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) void
Methods inherited from class org.eclipse.collections.impl.lazy.parallel.AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Field Details
-
sortedSetBatch
-
predicate
-
-
Constructor Details
-
SelectSortedSetBatch
-
-
Method Details
-
forEach
-
select
- Specified by:
select
in interfaceBatch<T>
- Specified by:
select
in interfaceOrderedBatch<T>
- Specified by:
select
in interfaceSortedSetBatch<T>
-
collect
-
flatCollect
- Specified by:
flatCollect
in interfaceBatch<T>
- Specified by:
flatCollect
in interfaceOrderedBatch<T>
-
distinct
- Specified by:
distinct
in interfaceOrderedBatch<T>
- Specified by:
distinct
in interfaceSortedSetBatch<T>
-