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