- Type Parameters:
T - parameter type of the first argument of this bifunction
U - parameter type of the second argument of this bifunction
R - parameter type of the return value of this bifunction
- All Superinterfaces:
- BiFunction<T,U,R>
- All Known Implementing Classes:
- BiFunctionChainer
- 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 ThrowingBiFunction<T,U,R>
extends BiFunction<T,U,R>