Ops

trait ToTellOps
trait ToDescOps
trait ToLensOps
class Object
trait Matchable
class Any
Ops.type

Implicits

Inherited implicits

implicit def tellInterpolator(sc: StringContext): TellInterpolator
Inherited from:
ToTellOps
implicit def toApplicativeOps[F[_], A](fa: F[A]): ApplicativeOps[F, A]
Inherited from:
ToApplicativeOps
implicit def toContTOps[M[_], A](ma: M[A]): ContTOps[M, A]
Inherited from:
ToContTOps
implicit def toDescOps[A](a: A): DescOps[A]
Inherited from:
ToDescOps
implicit def toFoldableOps[F[_], A](fa: F[A]): FoldableOps[F, A]
Inherited from:
ToFoldableOps
implicit def toIndexedContTOps[R, O, F[_], A](cps: IndexedContT[R, O, F, A]): IndexedContTOps[R, O, F, A]
Inherited from:
ToIndexedContTOps
implicit def toIterableOps[A](col: Iterable[A]): IterableOps[A]
Inherited from:
ToIterableOps
implicit def toIteratorOps[A](it: Iterator[A]): IteratorOps[A]
Inherited from:
ToIteratorOps
implicit def toLensOps[S](s: S): LensOps[S]
Inherited from:
ToLensOps