NumberValue
sealed interface NumberValue<U> : ExpressionValue, MatchableValue, InterpolateableValue<U> , ComparableValue<NumberValue<U>> , EquatableValue(source)
Represents an ExpressionValue that resolves to a numeric quantity. Corresponds to numbers in the JSON style spec. Use const to create a literal NumberValue.
Parameters
U
the unit type of the number. For dimensionless quantities, use Number.