public final class Batch<T> extends java.lang.Object implements Procedure<java.lang.Iterable<? extends T>>
Procedure
Iterable
Batch(Procedure<? super T> delegate)
void
process(java.lang.Iterable<? extends T> argument)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Batch(Procedure<? super T> delegate)
public void process(java.lang.Iterable<? extends T> argument)
process
Procedure<java.lang.Iterable<? extends T>>