Uses of Interface
com.gengoai.function.SerializableIntBinaryOperator
-
Packages that use SerializableIntBinaryOperator Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of SerializableIntBinaryOperator in com.gengoai.function
Methods in com.gengoai.function that return SerializableIntBinaryOperator 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 exceptionsMethods in com.gengoai.function with parameters of type SerializableIntBinaryOperator Modifier and Type Method Description static IntBinaryOperator
Serialized. intBinaryOperator(SerializableIntBinaryOperator serialized)
Generates a serialized version of IntBinaryOperator
-