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