Package-level declarations

Functions

Link copied to clipboard

Rounding up duration value by abs. e.g. (1 m 22 sec).roundUpByAbs(DurationUnit.MINUTE) = 2 m (-1 m 22 sec).roundUpByAbs(DurationUnit.MINUTE) = -2 m

Link copied to clipboard

Truncates the duration to the specified unit.