cats.mtl.implicits

Members list

Implicits

Inherited implicits

implicit def toChronicleIdOps[E](e: E): ChronicleIdOps[E]

Attributes

Inherited from:
ChronicleSyntax
Source
chronicle.scala
implicit def toChronicleIorOps[A, E](ior: Ior[E, A]): ChronicleIorOps[A, E]

Attributes

Inherited from:
ChronicleSyntax
Source
chronicle.scala
implicit def toChronicleOps[F[_], A](fa: F[A]): ChronicleOps[F, A]

Attributes

Inherited from:
ChronicleSyntax
Source
chronicle.scala
implicit def toHandleOps[F[_], A](fa: F[A]): HandleOps[F, A]

Attributes

Inherited from:
HandleSyntax
Source
handle.scala
implicit def toListenOps[F[_], A](fa: F[A]): ListenOps[F, A]

Attributes

Inherited from:
ListenSyntax
Source
listen.scala
implicit def toLocalOps[F[_], A](fa: F[A]): LocalOps[F, A]

Attributes

Inherited from:
LocalSyntax
Source
local.scala
implicit def toModifyOps[S](f: S => S): ModifyOps[S]

Attributes

Inherited from:
StateSyntax
Source
state.scala
implicit def toRaiseOps[E](e: E): RaiseOps[E]

Attributes

Inherited from:
RaiseSyntax
Source
raise.scala
implicit def toReaderOps[E, A](fun: E => A): ReaderOps[E, A]

Attributes

Inherited from:
AskSyntax
Source
ask.scala
implicit def toSetOps[S](e: S): SetOps[S]

Attributes

Inherited from:
StateSyntax
Source
state.scala
implicit def toTellOps[L](e: L): TellOps[L]

Attributes

Inherited from:
TellSyntax
Source
tell.scala
implicit def toTupleOps[L, A](t: (L, A)): TupleOps[L, A]

Attributes

Inherited from:
TellSyntax
Source
tell.scala