public interface Batch<T>
| Modifier and Type | Method and Description |
|---|---|
<V> Batch<V> |
collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
int |
count(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |
java.lang.String |
makeString(java.lang.String separator) |
Batch<T> |
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
void forEach(com.gs.collections.api.block.procedure.Procedure<? super T> procedure)
<V> Batch<V> collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
int count(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
java.lang.String makeString(java.lang.String separator)