Uses of Interface
org.apache.commons.lang3.function.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
Modifier and TypeFieldDescriptionstatic final FailableLongToIntFunction
FailableLongToIntFunction.NOP
NOP singletonModifier and TypeMethodDescriptionstatic <E extends Throwable>
FailableLongToIntFunction<E>FailableLongToIntFunction.nop()
Returns The NOP singleton.