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