Uses of Interface
org.apache.commons.lang3.function.FailableIntToLongFunction
-
Packages that use FailableIntToLongFunction Package Description org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.function
and utilities for working with Java 8 lambdas. -
-
Uses of FailableIntToLongFunction in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableIntToLongFunction Modifier and Type Field Description static FailableIntToLongFunction
FailableIntToLongFunction. NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableIntToLongFunction Modifier and Type Method Description static <E extends java.lang.Throwable>
FailableIntToLongFunction<E>FailableIntToLongFunction. nop()
Returns The NOP singleton.
-