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