sealed abstract case class Intervals extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Intervals
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def &&(that: Intervals): Intervals
A symbolic alias for
intersect
. - def <(that: Intervals): Boolean
Whether the start of this set of intervals is before the start of the specified set of intervals
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def end: OffsetDateTime
The end of the latest interval in this set.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def intersect(that: Intervals): Intervals
The intersection of this set of intervals and the specified set of intervals.
- val intervals: List[Interval]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def max(that: Intervals): Intervals
The set of intervals that starts last.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
Whether this set of intervals is empty.
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def start: OffsetDateTime
The start of the earliest interval in this set.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def union(that: Intervals): Intervals
The union of this set of intervals and the specified set of intervals
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def ||(that: Intervals): Intervals
A symbolic alias for
union
.