Uses of Interface
com.pivovarit.function.ThrowingBinaryOperator
-
Packages that use ThrowingBinaryOperator Package Description com.pivovarit.function Thecom.pivovarit.function
package contains checked equivalents of thejava.util.function
package -
-
Uses of ThrowingBinaryOperator in com.pivovarit.function
Methods in com.pivovarit.function with parameters of type ThrowingBinaryOperator Modifier and Type Method Description static <T> java.util.function.BinaryOperator<T>
ThrowingBinaryOperator. unchecked(ThrowingBinaryOperator<T,?> function)
-