ReactiveDuration extension

Extension for Reactive<Duration> providing common duration utilities.

on

Methods

add(Duration other) → void

Available on Reactive<Duration>, provided by the ReactiveDuration extension

Adds other to the current duration.
multiply(double factor) → void

Available on Reactive<Duration>, provided by the ReactiveDuration extension

Multiplies the current duration by factor.
remove(Duration other) → void

Available on Reactive<Duration>, provided by the ReactiveDuration extension

Subtracts other from the current duration.