public class FlatCollectSortedSetBatch<T,V> extends AbstractBatch<V> implements ListBatch<V>
| Constructor and Description |
|---|
FlatCollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch,
org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> ListBatch<VV> |
collect(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function) |
UnsortedSetBatch<V> |
distinct(ConcurrentHashMap<V,Boolean> distinct) |
<VV> ListBatch<VV> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function) |
void |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
ListBatch<V> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate) |
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongpublic FlatCollectSortedSetBatch(SortedSetBatch<T> sortedSetBatch, org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure)
public ListBatch<V> select(org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate)
public <VV> ListBatch<VV> collect(org.eclipse.collections.api.block.function.Function<? super V,? extends VV> function)
public <VV> ListBatch<VV> flatCollect(org.eclipse.collections.api.block.function.Function<? super V,? extends Iterable<VV>> function)
flatCollect in interface Batch<V>flatCollect in interface OrderedBatch<V>public UnsortedSetBatch<V> distinct(ConcurrentHashMap<V,Boolean> distinct)
Copyright © 2004–2017. All rights reserved.