Batch<T>
, OrderedBatch<T>
, SortedSetBatch<T>
public class SelectSortedSetBatch<T> extends AbstractBatch<T> implements SortedSetBatch<T>
Constructor | Description |
---|---|
SelectSortedSetBatch(SortedSetBatch<T> sortedSetBatch,
Predicate<? super T> predicate) |
Modifier and Type | Method | 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, sumOfLong
count, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
public 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–2017. All rights reserved.