Package org.dmfs.jems2
Interface BiProcedure<Argument1,Argument2>
- All Superinterfaces:
FragileBiProcedure<Argument1,Argument2, RuntimeException>
- All Known Implementing Classes:
DelegatingBiProcedure
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface BiProcedure<Argument1,Argument2>
extends FragileBiProcedure<Argument1,Argument2,RuntimeException>
Functional interface for a void function taking two arguments.
- See Also:
-
Method Summary
-
Method Details
-
process
Executes the procedure with the given arguments.- Specified by:
processin interfaceFragileBiProcedure<Argument1,Argument2, RuntimeException>
-