Clock

trait Clock[F <: ([_$1] =>> Any)] extends ClockPlatform[F]
Companion
object
trait ClockPlatform[F]
class Object
trait Matchable
class Any
trait Async[F]
trait GenTemporal[F, E]
trait Sync[F]

Value members

Methods

def applicative: Applicative[F]
def monotonic: F[FiniteDuration]
def realTime: F[FiniteDuration]

Inherited methods

def realTimeInstant: F[Instant]
Inhertied from
ClockPlatform