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