Package com.illumon.util
Interface FunctionalInterfaces.ThrowingBiFunction<T,U,R,ExceptionType extends Exception>
- Type Parameters:
T- the type of the first argumentU- the type of the second argumentR- the type of the output of the operationExceptionType- the type of the exception that can be thrown
- Enclosing class:
- FunctionalInterfaces
- 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 static interface FunctionalInterfaces.ThrowingBiFunction<T,U,R,ExceptionType extends Exception>
Represents an operation that accepts two inputs and returns a result, possibly throwing an exception.
-
Method Summary
-
Method Details
-
apply
- Throws:
ExceptionType extends Exception
-