public interface NumberSupplier
NumberValue-valued results. This is the
NumberValue-producing specialization of Supplier (as in Java 8).
There is no requirement that a distinct result be returned each time the supplier is invoked.
This is a functional interface whose
functional method is getNumber().
Supplier| Modifier and Type | Method and Description |
|---|---|
NumberValue |
getNumber()
Gets the corresponding
NumberValue. |
NumberValue getNumber()
NumberValue.NumberValue, not null.