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