Class CollectUnsortedSetBatch<T,V>
java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractBatch<V>
org.eclipse.collections.impl.lazy.parallel.set.CollectUnsortedSetBatch<T,V>
- All Implemented Interfaces:
Batch<V>,UnsortedSetBatch<V>
public class CollectUnsortedSetBatch<T,V> extends AbstractBatch<V> implements UnsortedSetBatch<V>
-
Constructor Summary
Constructors Constructor Description CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch, Function<? super T,? extends V> function) -
Method Summary
Modifier and Type Method Description <VV> UnsortedBagBatch<VV>collect(Function<? super V,? extends VV> function)<V1> UnsortedBagBatch<V1>flatCollect(Function<? super V,? extends Iterable<V1>> function)voidforEach(Procedure<? super V> procedure)UnsortedSetBatch<V>select(Predicate<? super V> predicate)Methods inherited from class org.eclipse.collections.impl.lazy.parallel.AbstractBatch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.impl.lazy.parallel.Batch
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Constructor Details
-
CollectUnsortedSetBatch
public CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch, Function<? super T,? extends V> function)
-
-
Method Details
-
forEach
-
select
-
collect
-
flatCollect
- Specified by:
flatCollectin interfaceBatch<T>- Specified by:
flatCollectin interfaceUnsortedSetBatch<T>
-