clock

cats.effect.kernel.syntax.package$.clock$
object clock extends ClockSyntax

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
clock.type

Members list

Concise view

Implicits

Inherited implicits

implicit def clockOps[F[_], A](wrapped: F[A]): ClockOps[F, A]

Attributes

Inherited from:
ClockSyntax
Source:
ClockSyntax.scala