@FunctionalInterface public interface ThrowingDoubleConsumer extends DoubleConsumer
DoubleConsumer| Modifier and Type | Method and Description |
|---|---|
default void |
accept(double value) |
void |
doAccept(double value) |
andThendefault void accept(double value)
accept in interface DoubleConsumer