ClockOps

final class ClockOps[F[_]](val self: Clock[F]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def mapK[G[_]](f: FunctionK[F, G]): Clock[G]

Modify the context F using transformation f.

Modify the context F using transformation f.

Concrete fields

val self: Clock[F]