@FunctionalInterface public interface DoubleProcedure extends DoubleConsumer, Serializable
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(double each) |
void |
value(double each) |
andThenvoid value(double each)
default void accept(double each)
accept in interface DoubleConsumerCopyright © 2004–2017. All rights reserved.