Package-level declarations
Operations mixins just for numeric types (Real
and Numbers
).
Types
Link copied to clipboard
Operations mixin for segment-valued timelines whose payloads represent continuous, piecewise linear values.
Link copied to clipboard
Operations for all timelines of segments that represent numbers.
Link copied to clipboard
interface PrimitiveNumberOps<N : Number, THIS : PrimitiveNumberOps<N, THIS>> : NumericOps<N, THIS> , ConstantOps<N, THIS>
Operations for timelines of primitive numbers.
Link copied to clipboard
interface SerialNumericOps<V : Any, THIS : SerialNumericOps<V, THIS>> : SerialSegmentOps<V, THIS> , NumericOps<V, THIS>
Operations for profiles that represent numbers.