scalaz

WriterT

object WriterT extends WriterTFunctions with WriterTInstances

Source
WriterT.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WriterT
  2. WriterTInstances
  3. WriterTInstances0
  4. WriterTInstances1
  5. WriterTInstances2
  6. WriterTInstances3
  7. WriterTInstances4
  8. WriterTInstance5
  9. WriterTInstances6
  10. WriterTInstances7
  11. WriterTInstances8
  12. WriterTInstances9
  13. WriterTInstances10
  14. WriterTInstances11
  15. WriterTInstances12
  16. WriterTFunctions
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[F[+_], W, A](v: F[(W, A)]): WriterT[F, W, A]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def put[F[+_], W, A](value: F[A])(w: W)(implicit F: Functor[F]): WriterT[F, W, A]

    Definition Classes
    WriterTFunctions
  19. def putWith[F[+_], W, A](value: F[A])(w: (A) ⇒ W)(implicit F: Functor[F]): WriterT[F, W, A]

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

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

    Definition Classes
    WriterTFunctions
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def tell[W](w: W): Writer[W, Unit]

    Definition Classes
    WriterTFunctions
  22. def toString(): String

    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def writer[W, A](v: (W, A)): Writer[W, A]

    Definition Classes
    WriterTFunctions
  27. implicit def writerApplicative[W](implicit W0: Monoid[W]): WriterTApplicative[Id.Id, W] { implicit def F: scalaz.Traverse1[scalaz.Id.Id] with scalaz.Each[scalaz.Id.Id] with scalaz.Monad[scalaz.Id.Id] with scalaz.Comonad[scalaz.Id.Id] with scalaz.Cojoin[scalaz.Id.Id] with scalaz.Distributive[scalaz.Id.Id] with scalaz.Zip[scalaz.Id.Id] with scalaz.Unzip[scalaz.Id.Id] with scalaz.Cozip[scalaz.Id.Id] }

    Definition Classes
    WriterTInstances8
  28. implicit def writerApply[W](implicit W0: Semigroup[W]): WriterTApply[Id.Id, W] { implicit def F: scalaz.Traverse1[scalaz.Id.Id] with scalaz.Each[scalaz.Id.Id] with scalaz.Monad[scalaz.Id.Id] with scalaz.Comonad[scalaz.Id.Id] with scalaz.Cojoin[scalaz.Id.Id] with scalaz.Distributive[scalaz.Id.Id] with scalaz.Zip[scalaz.Id.Id] with scalaz.Unzip[scalaz.Id.Id] with scalaz.Cozip[scalaz.Id.Id] }

    Definition Classes
    WriterTInstances10
  29. implicit def writerBifunctor: WriterTBifunctor[Id.Id] { implicit def F: scalaz.Traverse1[scalaz.Id.Id] with scalaz.Each[scalaz.Id.Id] with scalaz.Monad[scalaz.Id.Id] with scalaz.Comonad[scalaz.Id.Id] with scalaz.Cojoin[scalaz.Id.Id] with scalaz.Distributive[scalaz.Id.Id] with scalaz.Zip[scalaz.Id.Id] with scalaz.Unzip[scalaz.Id.Id] with scalaz.Cozip[scalaz.Id.Id] }

    Definition Classes
    WriterTInstances4
  30. implicit def writerBitraverse: WriterTBitraverse[Id.Id]

    Definition Classes
    WriterTInstances1
  31. implicit def writerComonad[W]: WriterComonad[W]

    Definition Classes
    WriterTInstances2
  32. implicit def writerEach[F[+_], W](implicit F0: Each[F]): WriterTEach[F, W]

    Definition Classes
    WriterTInstances0
  33. implicit def writerEach[W]: WriterTEach[Id.Id, W]

    Definition Classes
    WriterTInstances1
  34. implicit def writerEqual[W, A](implicit E: Equal[(W, A)]): Equal[Writer[W, A]]

    Definition Classes
    WriterTInstances4
  35. implicit def writerFoldable[W]: WriterTFoldable[Id.Id, W] { implicit def F: scalaz.Traverse1[scalaz.Id.Id] with scalaz.Each[scalaz.Id.Id] with scalaz.Monad[scalaz.Id.Id] with scalaz.Comonad[scalaz.Id.Id] with scalaz.Cojoin[scalaz.Id.Id] with scalaz.Distributive[scalaz.Id.Id] with scalaz.Zip[scalaz.Id.Id] with scalaz.Unzip[scalaz.Id.Id] with scalaz.Cozip[scalaz.Id.Id] }

    Definition Classes
    WriterTInstances4
  36. implicit def writerFunctor[W]: WriterTFunctor[Id.Id, W]

    Definition Classes
    WriterTInstances12
  37. implicit def writerMonad[W](implicit W0: Monoid[W]): WriterTMonad[Id.Id, W] { implicit def F: scalaz.Traverse1[scalaz.Id.Id] with scalaz.Each[scalaz.Id.Id] with scalaz.Monad[scalaz.Id.Id] with scalaz.Comonad[scalaz.Id.Id] with scalaz.Cojoin[scalaz.Id.Id] with scalaz.Distributive[scalaz.Id.Id] with scalaz.Zip[scalaz.Id.Id] with scalaz.Unzip[scalaz.Id.Id] with scalaz.Cozip[scalaz.Id.Id] }

    Definition Classes
    WriterTInstances6
  38. def writerT[F[+_], W, A](v: F[(W, A)]): WriterT[F, W, A]

    Definition Classes
    WriterTFunctions
  39. implicit def writerTApplicative[F[+_], W](implicit W0: Monoid[W], F0: Applicative[F]): WriterTApplicative[F, W]

    Definition Classes
    WriterTInstances7
  40. implicit def writerTApply[F[+_], W](implicit W0: Semigroup[W], F0: Apply[F]): WriterTApply[F, W]

    Definition Classes
    WriterTInstances9
  41. implicit def writerTBifunctor[F[+_]](implicit F0: Functor[F]): WriterTBifunctor[F]

    Definition Classes
    WriterTInstances3
  42. implicit def writerTBitraverse[F[+_]](implicit F0: Traverse[F]): WriterTBitraverse[F]

    Definition Classes
    WriterTInstances0
  43. implicit def writerTEqual[F[+_], W, A](implicit E: Equal[F[(W, A)]]): Equal[WriterT[F, W, A]]

    Definition Classes
    WriterTInstances3
  44. implicit def writerTFoldable[F[+_], W](implicit F0: Foldable[F]): WriterTFoldable[F, W]

    Definition Classes
    WriterTInstances3
  45. implicit def writerTFunctor[F[+_], W](implicit F0: Functor[F]): WriterTFunctor[F, W]

    Definition Classes
    WriterTInstances11
  46. implicit def writerTIndex[W]: WriterTIndex[W]

    Definition Classes
    WriterTInstances0
  47. implicit def writerTMonad[F[+_], W](implicit W0: Monoid[W], F0: Monad[F]): WriterTMonad[F, W]

    Definition Classes
    WriterTInstance5
  48. implicit def writerTMonadListen[F[+_], W](implicit F0: Monad[F], W0: Monoid[W]): WriterMonadListen[F, W]

    Definition Classes
    WriterTInstances
  49. implicit def writerTMonadTrans[W](implicit W0: Monoid[W]): MonadTrans[[α[+_], β]WriterT[α, W, β]]

    Definition Classes
    WriterTInstances
  50. implicit def writerTTraverse[F[+_], W](implicit F0: Traverse[F]): WriterTTraverse[F, W]

    Definition Classes
    WriterTInstances0
  51. implicit def writerTraverse[W]: WriterTTraverse[Id.Id, W]

    Definition Classes
    WriterTInstances1

Inherited from WriterTInstances

Inherited from WriterTInstances0

Inherited from WriterTInstances1

Inherited from WriterTInstances2

Inherited from WriterTInstances3

Inherited from WriterTInstances4

Inherited from WriterTInstance5

Inherited from WriterTInstances6

Inherited from WriterTInstances7

Inherited from WriterTInstances8

Inherited from WriterTInstances9

Inherited from WriterTInstances10

Inherited from WriterTInstances11

Inherited from WriterTInstances12

Inherited from WriterTFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped