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