Uses of Interface
com.gengoai.function.CheckedBinaryOperator
-
Packages that use CheckedBinaryOperator Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of CheckedBinaryOperator in com.gengoai.function
Methods in com.gengoai.function with parameters of type CheckedBinaryOperator Modifier and Type Method Description static <T> SerializableBinaryOperator<T>
Unchecked. binaryOperator(CheckedBinaryOperator<T> checked)
Generates a version of BinaryOperator that will capture exceptions and rethrow them as runtime exceptions
-