Tell

cats.mtl.Tell
See theTell companion trait
object Tell

Attributes

Companion
trait
Source
Tell.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tell.type

Members list

Value members

Concrete methods

def apply[F[_], L](implicit tell: Tell[F, L]): Tell[F, L]

Attributes

Source
Tell.scala
def tell[F[_], L](l: L)(implicit tell: Tell[F, L]): F[Unit]

Attributes

Source
Tell.scala
def tellF[F[_]]: tellFPartiallyApplied[F]

Attributes

Source
Tell.scala

Deprecated and Inherited methods

def tellForRWST[F[_] : Applicative, E, L : Monoid, S]: Tell[[_] =>> ReaderWriterStateT[F, E, L, S, _$11], L]

Attributes

Deprecated
true
Inherited from:
TellInstances (hidden)
Source
Tell.scala

Implicits

Inherited implicits

implicit def tellForPartialOrder[F[_], G[_], L](implicit lift0: MonadPartialOrder[F, G], F0: Tell[F, L]): Tell[G, L]

Attributes

Inherited from:
LowPriorityTellInstances (hidden)
Source
Tell.scala
implicit def tellForRWST2[F[_] : Applicative, E, L, S]: Tell[[_] =>> ReaderWriterStateT[F, E, L, S, _$15], L]

Attributes

Inherited from:
TellInstances (hidden)
Source
Tell.scala
implicit def tellForWriterT[F[_] : Applicative, L : Monoid]: Tell[[_] =>> WriterT[F, L, _$7], L]

Attributes

Inherited from:
TellInstances (hidden)
Source
Tell.scala