object Clock extends Serializable
- Source
- Clock.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Clock
- Serializable
- 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
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_]](implicit F: Clock[F]): F.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def clockForContT[F[_], R](implicit F0: Monad[F], C0: Clock[F], D0: Defer[F]): Clock[[γ$6$]ContT[F, R, γ$6$]]
- implicit def clockForEitherT[F[_], E](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$1$]EitherT[F, E, γ$1$]]
- implicit def clockForIorT[F[_], L](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Semigroup[L]): Clock[[γ$4$]IorT[F, L, γ$4$]]
- implicit def clockForKleisli[F[_], R](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$5$]Kleisli[F, R, γ$5$]]
- implicit def clockForOptionT[F[_]](implicit F0: Monad[F], C0: Clock[F]): Clock[[β$0$]OptionT[F, β$0$]]
- implicit def clockForReaderWriterStateT[F[_], R, L, S](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Monoid[L]): Clock[[ε$7$]IndexedReaderWriterStateT[F, R, L, S, S, ε$7$]]
- implicit def clockForStateT[F[_], S](implicit F0: Monad[F], C0: Clock[F]): Clock[[γ$2$]IndexedStateT[F, S, S, γ$2$]]
- implicit def clockForWriterT[F[_], L](implicit F0: Monad[F], C0: Clock[F], L0: kernel.Monoid[L]): Clock[[γ$3$]WriterT[F, L, γ$3$]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()