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