Package-level declarations
Functions
Link copied to clipboard
fun <T1, T2, R> TickingValue<T1>.combine(other: TickingValue<T2>, transform: (T1, T2) -> R): TickingValue<R>
Combines two different TickingValues.
Link copied to clipboard
Transforms this TickingValue using the transform function. The resulting TickingValue.nextTick will be the min of the two, see also withNextTickAtMost.
Link copied to clipboard
Transforms the TickingValue.value from this instance from type T to R using transform and returns a new TickingValue with it and the same TickingValue.nextTick.
Link copied to clipboard
Returns a civil datetime value that this instant Zoned.value has in the specified Zoned.timeZone.
Link copied to clipboard
Returns a TickingValue with the same TickingValue.value and with the next tick being the min of its value and nextTick.