Interval

sealed abstract class Interval

An Interval represents an interval of time. Intervals can encompass all time, or no time at all.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

final def <(that: Interval): Boolean
final def intersect(that: Interval): Interval
final def isEmpty: Boolean
final def max(that: Interval): Interval
final def min(that: Interval): Interval
final def nonEmpty: Boolean
final def size: Duration

Concrete fields