Uses of Interface
org.apache.commons.lang3.function.FailableLongToIntFunction
Packages that use FailableLongToIntFunction
Package
Description
Provides functional interfaces to complement those in
java.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 FailableLongToIntFunctionModifier and TypeFieldDescriptionstatic final FailableLongToIntFunction
FailableLongToIntFunction.NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableLongToIntFunctionModifier and TypeMethodDescriptionstatic <E extends Throwable>
FailableLongToIntFunction<E>FailableLongToIntFunction.nop()
Returns The NOP singleton.