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