@FunctionalInterface public interface CheckedDoubleConsumer
DoubleConsumer that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(double value)
Performs this operation on the given argument.
|