T - the type of the object argument to the operation.E - Thrown exception.@FunctionalInterface
public interface FailableObjDoubleConsumer<T,E extends java.lang.Throwable>
ObjDoubleConsumer that declares a Throwable.| Modifier and Type | Field and Description |
|---|---|
static FailableObjDoubleConsumer |
NOP
NOP singleton
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T object,
double value)
Accepts the consumer.
|
static <T,E extends java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableObjDoubleConsumer NOP
static <T,E extends java.lang.Throwable> FailableObjDoubleConsumer<T,E> nop()
T - the type of the object argument to the operation.E - Thrown exception.void accept(T object, double value) throws E extends java.lang.Throwable
object - the object parameter for the consumable to accept.value - the double parameter for the consumable to accept.E - Thrown when the consumer fails.E extends java.lang.ThrowableCopyright © 2010 - 2022 Adobe. All Rights Reserved