Interface LazyNumericValue<S>

Type Parameters:
S - type of the input used to compute the value
All Superinterfaces:
LazyValue<S,Number>
All Known Implementing Classes:
MeasurementListValue

public interface LazyNumericValue<S> extends LazyValue<S,Number>
Interface for a LazyValue that gives a Number output.