Uses of Interface
com.gengoai.function.CheckedToLongBiFunction
-
Packages that use CheckedToLongBiFunction Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of CheckedToLongBiFunction in com.gengoai.function
Methods in com.gengoai.function with parameters of type CheckedToLongBiFunction 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 exceptions
-