Uses of Interface
org.apache.commons.lang3.function.FailableLongToIntFunction
-
Packages that use FailableLongToIntFunction 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 FailableLongToIntFunction in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableLongToIntFunction Modifier and Type Field Description static FailableLongToIntFunction
FailableLongToIntFunction. NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableLongToIntFunction Modifier and Type Method Description static <E extends java.lang.Throwable>
FailableLongToIntFunction<E>FailableLongToIntFunction. nop()
Returns The NOP singleton.
-