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