E - the type of the exceptionpublic interface ThrowableDoubleConsumer<E extends java.lang.Throwable>
double-valued input argument.DoubleConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(double value)
Performs operation on the given argument.
|