public class SelectListBatch<T> extends AbstractBatch<T> implements ListBatch<T>
| Constructor and Description |
|---|
SelectListBatch(ListBatch<T> listBatch,
org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
<V> ListBatch<V> |
collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
UnsortedSetBatch<T> |
distinct(ConcurrentHashMap<T,Boolean> distinct) |
<V> ListBatch<V> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
void |
forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure) |
ListBatch<T> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super T> 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 void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T> procedure)
public ListBatch<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <V> ListBatch<V> collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public <V> ListBatch<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
flatCollect in interface Batch<T>flatCollect in interface OrderedBatch<T>public UnsortedSetBatch<T> distinct(ConcurrentHashMap<T,Boolean> distinct)
Copyright © 2004–2018. All rights reserved.