Tell

object Tell
Companion:
class
class Object
trait Matchable
class Any
Tell.type

Value members

Concrete methods

def apply[F[_], L](implicit tell: Tell[F, L]): Tell[F, L]
def tell[F[_], L](l: L)(implicit tell: Tell[F, L]): F[Unit]
def tellF[F[_]]: tellFPartiallyApplied[F]

Deprecated and Inherited methods

@deprecated("use tellForRWST2, it drops an unneeded constraint", "1.1.2")
def tellForRWST[F[_] : Applicative, E, L : Monoid, S]: Tell[[_] =>> ReaderWriterStateT[F, E, L, S, _$11], L]
Deprecated
Inherited from:
TellInstances (hidden)

Implicits

Inherited implicits

implicit def tellForPartialOrder[F[_], G[_], L](implicit lift0: MonadPartialOrder[F, G], F0: Tell[F, L]): Tell[G, L]
Inherited from:
LowPriorityTellInstances (hidden)
implicit def tellForRWST2[F[_] : Applicative, E, L, S]: Tell[[_] =>> ReaderWriterStateT[F, E, L, S, _$15], L]
Inherited from:
TellInstances (hidden)
implicit def tellForWriterT[F[_] : Applicative, L : Monoid]: Tell[[_] =>> WriterT[F, L, _$7], L]
Inherited from:
TellInstances (hidden)