Uses of Interface
org.apache.commons.lang3.function.FailableToLongFunction
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableToLongFunction in org.apache.commons.lang3.function
Modifier and TypeFieldDescriptionstatic final FailableToLongFunction
FailableToLongFunction.NOP
NOP singletonModifier and TypeMethodDescriptionstatic <T,
E extends Throwable>
FailableToLongFunction<T,E> FailableToLongFunction.nop()
Returns The NOP singleton.