Packages

case class TimeWindow(start: ZonedDateTime, end: ZonedDateTime) extends Product with Serializable

TimeWindow of [statrt, end) range. The end-side is open. start <= time < end

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeWindow
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimeWindow(start: ZonedDateTime, end: ZonedDateTime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def dateDiff: Long
  7. val end: ZonedDateTime
  8. def endEpochMillis: Long
  9. def endUnixTime: Long
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hourDiff: Long
  13. def howMany(unit: TimeWindowUnit): Long
  14. def howMany(unit: ChronoUnit): Long
  15. def intersectsWith(other: TimeWindow): Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def minus(n: Long, unit: ChronoUnit): TimeWindow
  18. def minuteDiff: Long
  19. def monthDiff: Long
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def plus(n: Long, unit: ChronoUnit): TimeWindow
  24. def secondDiff: Long
  25. def splitAt(date: ZonedDateTime): Seq[TimeWindow]
  26. def splitIntoDays: Seq[TimeWindow]
  27. def splitIntoHours: Seq[TimeWindow]
  28. def splitIntoMonths: Seq[TimeWindow]
  29. def splitIntoWeeks: Seq[TimeWindow]
  30. val start: ZonedDateTime
  31. def startEpochMillis: Long
  32. def startUnixTime: Long
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    TimeWindow → AnyRef → Any
  35. def toStringAt(zone: ZoneOffset): String
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def weekDiff: Long
  40. def yearDiff: Long

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped