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