Clock

kirill5k.common.cats.Clock
See theClock companion trait
object Clock

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Clock.type

Members list

Value members

Concrete methods

def apply[F[_]](using C: Clock[F]): Clock[F]
def make[F[_] : Temporal]: Clock[F]
def mock[F[_] : Monad](ts: Instant): MockClock[F]

Givens

Givens

given given_Clock_F[F[_] : Temporal]: Clock[F]