Package org.dmfs.jems2.procedure
Class Batch<T>
java.lang.Object
org.dmfs.jems2.procedure.Batch<T>
- All Implemented Interfaces:
FragileProcedure<Iterable<? extends T>,,RuntimeException> Procedure<Iterable<? extends T>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Batch
-
-
Method Details
-
process
Description copied from interface:ProcedureExecutes the procedure with the given argument.- Specified by:
processin interfaceFragileProcedure<Iterable<? extends T>,RuntimeException> - Specified by:
processin interfaceProcedure<T>
-