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