Interval

zio.Schedule.Interval
See theInterval companion object
sealed abstract class Interval

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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