Packages

p

zio

clock

package clock

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. clock
  2. Service
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Clock extends Serializable

Abstract Value Members

  1. abstract def currentTime(unit: TimeUnit): ZIO[Clock, Nothing, Long]
    Definition Classes
    Service
  2. abstract def getClass(): Class[_]
    Definition Classes
    Any
  3. abstract val nanoTime: ZIO[Clock, Nothing, Long]
    Definition Classes
    Service
  4. abstract def sleep(duration: Duration): ZIO[Clock, Nothing, Unit]
    Definition Classes
    Service

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final val clockService: ZIO[Clock, Nothing, Service[Any]]
  6. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  7. def hashCode(): Int
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def toString(): String
    Definition Classes
    Any
  10. object Clock extends Serializable

Inherited from Service[Clock]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped