UnwriterT

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Inherited methods

def tell[W](w: W): Unwriter[W, Unit]
Inherited from
UnwriterTFunctions
def unput[F[_], W, A](value: F[A])(w: W)(implicit F: Functor[F]): UnwriterT[F, W, A]
Inherited from
UnwriterTFunctions
def unputWith[F[_], W, A](value: F[A])(w: A => W)(implicit F: Functor[F]): UnwriterT[F, W, A]

Puts the written value that is produced by applying the given function into a unwriter transformer and associates with value

Puts the written value that is produced by applying the given function into a unwriter transformer and associates with value

Inherited from
UnwriterTFunctions
def unwriter[W, A](v: (W, A)): Unwriter[W, A]
Inherited from
UnwriterTFunctions
def unwriterT[F[_], W, A](v: F[(W, A)]): UnwriterT[F, W, A]
Inherited from
UnwriterTFunctions

Implicits

Inherited implicits

implicit
def unwriterComonad[W]: Comonad[[_] =>> Unwriter[W, _$26]]
Inherited from
UnwriterTInstances
implicit
def unwriterEqual[W, A](implicit W: Equal[W], A: Equal[A]): Equal[Unwriter[W, A]]
Inherited from
UnwriterTInstances
implicit
def unwriterTApply[F[_], W](implicit F0: Apply[F]): Apply[[_] =>> UnwriterT[F, W, _$13]]
Inherited from
UnwriterTInstances1
implicit
def unwriterTBifunctor[F[_]](implicit F0: Functor[F]): Bifunctor[[_, _] =>> UnwriterT[F, _$15, _$16]]
Inherited from
UnwriterTInstances0
implicit
def unwriterTBind[F[_], W](implicit F0: Bind[F]): Bind[[_] =>> UnwriterT[F, W, _$18]]
Inherited from
UnwriterTInstances0
implicit
def unwriterTBitraverse[F[_]](implicit F0: Traverse[F]): Bitraverse[[_, _] =>> UnwriterT[F, _$24, _$25]]
Inherited from
UnwriterTInstances
implicit
def unwriterTEqual[F[_], W, A](implicit E: Equal[F[(W, A)]]): Equal[UnwriterT[F, W, A]]
Inherited from
UnwriterTInstances0
implicit
def unwriterTFoldable[F[_], W](implicit F0: Foldable[F]): Foldable[[_] =>> UnwriterT[F, W, _$20]]
Inherited from
UnwriterTInstances0
implicit
def unwriterTFunctor[F[_], W](implicit F0: Functor[F]): Functor[[_] =>> UnwriterT[F, W, _$11]]
Inherited from
UnwriterTInstances2
implicit
def unwriterTTraverse[F[_], W](implicit F0: Traverse[F]): Traverse[[_] =>> UnwriterT[F, W, _$28]]
Inherited from
UnwriterTInstances