DurationValidationOps
Extension methods for durations
- Value parameters:
- duration
Duration being operated on
- Source:
- package.scala
class Object
trait Matchable
class Any
Value members
Concrete methods
Check whether a given duration is contained between a given range of time
Check whether a given duration is contained between a given range of time
- Value parameters:
- max
Upper limit of the duration range
- min
Lower limit of the duration range
- Returns:
A boolean indicating if the condition fulfills
- Source:
- package.scala