Interface FunctionalInterfaces.ThrowingBiFunction<T,U,R,ExceptionType extends Exception>

Type Parameters:
T - the type of the first argument
U - the type of the second argument
R - the type of the output of the operation
ExceptionType - 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

    Modifier and Type
    Method
    Description
    apply(T t, U u)