Uses of Interface
com.pivovarit.function.ThrowingBinaryOperator
-
Packages that use ThrowingBinaryOperator Package Description com.pivovarit.function Thecom.pivovarit.functionpackage contains checked equivalents of thejava.util.functionpackage -
-
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)
-