public interface Batch<T>
Modifier and Type | Method and Description |
---|---|
<V> Batch<V> |
collect(Function<? super T,? extends V> function) |
int |
count(Predicate<? super T> predicate) |
void |
forEach(Procedure<? super T> procedure) |
String |
makeString(String separator) |
Batch<T> |
select(Predicate<? super T> predicate) |
Copyright © 2004–2019. All rights reserved.