Uses of Interface
com.gengoai.function.SerializableLongBinaryOperator
-
Packages that use SerializableLongBinaryOperator Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of SerializableLongBinaryOperator in com.gengoai.function
Methods in com.gengoai.function that return SerializableLongBinaryOperator Modifier and Type Method Description static SerializableLongBinaryOperator
Unchecked. longBinaryOperator(CheckedLongBinaryOperator checked)
Generates a version of LongBinaryOperator that will capture exceptions and rethrow them as runtime exceptionsMethods in com.gengoai.function with parameters of type SerializableLongBinaryOperator Modifier and Type Method Description static LongBinaryOperator
Serialized. longBinaryOperator(SerializableLongBinaryOperator serialized)
Generates a serialized version of LongBinaryOperator
-