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