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