ReactiveDuration extension
Extension for Reactive<Duration> providing common duration utilities.
Methods
-
add(
Duration other) → void -
Available on Reactive<
AddsDuration> , provided by the ReactiveDuration extensionotherto the current duration. -
multiply(
double factor) → void -
Available on Reactive<
Multiplies the current duration byDuration> , provided by the ReactiveDuration extensionfactor. -
remove(
Duration other) → void -
Available on Reactive<
SubtractsDuration> , provided by the ReactiveDuration extensionotherfrom the current duration.