@FunctionalInterface public interface DoubleConsumer
double-valued input argument.Consumer| Modifier and Type | Interface and Description |
|---|---|
static class |
DoubleConsumer.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(double value)
Performs operation on the given argument.
|
Copyright © 2017. All rights reserved.