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