public static interface GetterSetter.Double
extends java.util.function.DoubleSupplier
Modifier and Type | Method and Description |
---|---|
static GetterSetter.Double |
from(java.util.function.DoubleSupplier getter,
java.util.function.DoubleConsumer setter)
Creates a GetterSetter.Double from a Supplier and a Consumer.
|
void |
set(double value)
Sets the value which will later be returned by get().
|
void set(double value)
static GetterSetter.Double from(java.util.function.DoubleSupplier getter, java.util.function.DoubleConsumer setter)