TimerOps

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

Value members

Concrete methods

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

Modify the context F using transformation f.

Modify the context F using transformation f.

Concrete fields

val self: Timer[F]