Clock

object Clock extends Serializable
class Object
trait Matchable
class Any
Clock.type

Type members

Classlikes

final case class ClockJava(clock: Clock) extends Service
object Service
Companion:
class
trait Service extends Serializable
Companion:
object

Value members

Concrete fields

val any: ZLayer[Clock, Nothing, Clock]
val javaClock: ZLayer[Has[Clock], Nothing, Clock]
val live: Layer[Nothing, Clock]