public interface NumberSink
| Modifier and Type | Method and Description |
|---|---|
default void |
bindValue(java.util.function.DoubleSupplier source) |
default void |
bindValue(NumberSource source) |
void |
set(double value)
Set the value of this sink
|
void set(double value)
value - new valuedefault void bindValue(NumberSource source)
default void bindValue(java.util.function.DoubleSupplier source)