Package org.dmfs.jems2
Interface FragileProcedure<Argument,Error extends java.lang.Exception>
-
- All Known Subinterfaces:
Procedure<T>
- All Known Implementing Classes:
Batch,Composite,Conditional,ForEach
public interface FragileProcedure<Argument,Error extends java.lang.Exception>Functional interface for a void function taking one argument that can throw a checkedException.- See Also:
FragileProcedure,Procedure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(Argument arg)Executes the procedure with the given argument.
-