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