Interface ThrowingBiFunction<T,U,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,
U, R> BiFunction <T, U, R> toBiFunction
(ThrowingBiFunction<T, U, R> v)
-
Method Details
-
apply
-
toBiFunction
-