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