@FunctionalInterface public interface DoubleConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(double value) |
default DoubleConsumer |
andThen(DoubleConsumer after) |
void accept(double value)
default DoubleConsumer andThen(DoubleConsumer after)
Copyright © 2018. All rights reserved.