Uses of Interface
com.gengoai.function.SerializableToIntBiFunction
-
Packages that use SerializableToIntBiFunction Package Description com.gengoai.function Checked and Serializable versions of Java 8's functional elements. -
-
Uses of SerializableToIntBiFunction in com.gengoai.function
Methods in com.gengoai.function that return SerializableToIntBiFunction 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 exceptionsMethods in com.gengoai.function with parameters of type SerializableToIntBiFunction Modifier and Type Method Description static <T,U>
ToIntBiFunction<T,U>Serialized. toIntBiFunction(SerializableToIntBiFunction<T,U> serialized)
Generates a serialized version of ToIntBiFunction
-