scalaz

WriterTApplicative

trait WriterTApplicative[F[+_], W] extends Applicative[[+α]WriterT[F, W, α]] with WriterTApply[F, W] with WriterTPointed[F, W]

Source
WriterT.scala
Linear Supertypes
WriterTPointed[F, W], WriterTApply[F, W], WriterTFunctor[F, W], Applicative[[+α]WriterT[F, W, α]], Pointed[[+α]WriterT[F, W, α]], Apply[[+α]WriterT[F, W, α]], Functor[[+α]WriterT[F, W, α]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WriterTApplicative
  2. WriterTPointed
  3. WriterTApply
  4. WriterTFunctor
  5. Applicative
  6. Pointed
  7. Apply
  8. Functor
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ApplicativeLaw extends FunctorLaw

    Definition Classes
    Applicative
  2. trait FunctorLaw extends AnyRef

    Definition Classes
    Functor

Abstract Value Members

  1. implicit abstract def F: Applicative[F]

  2. implicit abstract def W: Monoid[W]

Concrete 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 ap[A, B](fa: ⇒ WriterT[F, W, A])(f: ⇒ WriterT[F, W, (A) ⇒ B]): WriterT[F, W, B]

    Definition Classes
    WriterTApplyApply
  7. def ap2[A, B, C](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B])(f: WriterT[F, W, (A, B) ⇒ C]): WriterT[F, W, C]

    Definition Classes
    Apply
  8. def ap3[A, B, C, D](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C])(f: WriterT[F, W, (A, B, C) ⇒ D]): WriterT[F, W, D]

    Definition Classes
    Apply
  9. def ap4[A, B, C, D, E](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D])(f: WriterT[F, W, (A, B, C, D) ⇒ E]): WriterT[F, W, E]

    Definition Classes
    Apply
  10. def ap5[A, B, C, D, E, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E])(f: WriterT[F, W, (A, B, C, D, E) ⇒ R]): WriterT[F, W, R]

    Definition Classes
    Apply
  11. def ap6[A, B, C, D, E, FF, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF])(f: WriterT[F, W, (A, B, C, D, E, FF) ⇒ R]): WriterT[F, W, R]

    Definition Classes
    Apply
  12. def ap7[A, B, C, D, E, FF, G, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G])(f: WriterT[F, W, (A, B, C, D, E, FF, G) ⇒ R]): WriterT[F, W, R]

    Definition Classes
    Apply
  13. def ap8[A, B, C, D, E, FF, G, H, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G], fh: ⇒ WriterT[F, W, H])(f: WriterT[F, W, (A, B, C, D, E, FF, G, H) ⇒ R]): WriterT[F, W, R]

    Definition Classes
    Apply
  14. def apF[A, B](f: ⇒ WriterT[F, W, (A) ⇒ B]): (WriterT[F, W, A]) ⇒ WriterT[F, W, B]

    Definition Classes
    Apply
  15. def applicativeLaw: ApplicativeLaw

    Definition Classes
    Applicative
  16. val applicativeSyntax: ApplicativeSyntax[[+α]WriterT[F, W, α]]

    Definition Classes
    Applicative
  17. def apply[A, B](fa: WriterT[F, W, A])(f: (A) ⇒ B): WriterT[F, W, B]

    Alias for map.

    Alias for map.

    Definition Classes
    Functor
  18. def apply10[A, B, C, D, E, FF, G, H, I, J, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G], fh: ⇒ WriterT[F, W, H], fi: ⇒ WriterT[F, W, I], fj: ⇒ WriterT[F, W, J])(f: (A, B, C, D, E, FF, G, H, I, J) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  19. def apply11[A, B, C, D, E, FF, G, H, I, J, K, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G], fh: ⇒ WriterT[F, W, H], fi: ⇒ WriterT[F, W, I], fj: ⇒ WriterT[F, W, J], fk: ⇒ WriterT[F, W, K])(f: (A, B, C, D, E, FF, G, H, I, J, K) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  20. def apply12[A, B, C, D, E, FF, G, H, I, J, K, L, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G], fh: ⇒ WriterT[F, W, H], fi: ⇒ WriterT[F, W, I], fj: ⇒ WriterT[F, W, J], fk: ⇒ WriterT[F, W, K], fl: ⇒ WriterT[F, W, L])(f: (A, B, C, D, E, FF, G, H, I, J, K, L) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  21. def apply2[A, B, C](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B])(f: (A, B) ⇒ C): WriterT[F, W, C]

    Definition Classes
    ApplicativeApply
  22. def apply3[A, B, C, D](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C])(f: (A, B, C) ⇒ D): WriterT[F, W, D]

    Definition Classes
    Apply
  23. def apply4[A, B, C, D, E](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D])(f: (A, B, C, D) ⇒ E): WriterT[F, W, E]

    Definition Classes
    Apply
  24. def apply5[A, B, C, D, E, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E])(f: (A, B, C, D, E) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  25. def apply6[A, B, C, D, E, FF, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF])(f: (A, B, C, D, E, FF) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  26. def apply7[A, B, C, D, E, FF, G, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G])(f: (A, B, C, D, E, FF, G) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  27. def apply8[A, B, C, D, E, FF, G, H, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G], fh: ⇒ WriterT[F, W, H])(f: (A, B, C, D, E, FF, G, H) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  28. def apply9[A, B, C, D, E, FF, G, H, I, R](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E], ff: ⇒ WriterT[F, W, FF], fg: ⇒ WriterT[F, W, G], fh: ⇒ WriterT[F, W, H], fi: ⇒ WriterT[F, W, I])(f: (A, B, C, D, E, FF, G, H, I) ⇒ R): WriterT[F, W, R]

    Definition Classes
    Apply
  29. val applySyntax: ApplySyntax[[+α]WriterT[F, W, α]]

    Definition Classes
    Apply
  30. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def compose[G[_]](implicit G0: Applicative[G]): Applicative[[α]WriterT[F, W, G[α]]]

    The composition of Applicatives F and G, [x]F[G[x]], is an Applicative

    The composition of Applicatives F and G, [x]F[G[x]], is an Applicative

    Definition Classes
    Applicative
  33. def compose[G[_]](implicit G0: Pointed[G]): Pointed[[α]WriterT[F, W, G[α]]]

    The composition of Pointeds F and G, [x]F[G[x]], is a Pointed

    The composition of Pointeds F and G, [x]F[G[x]], is a Pointed

    Definition Classes
    Pointed
  34. def compose[G[_]](implicit G0: Apply[G]): Apply[[α]WriterT[F, W, G[α]]]

    The composition of Applys F and G, [x]F[G[x]], is a Apply

    The composition of Applys F and G, [x]F[G[x]], is a Apply

    Definition Classes
    Apply
  35. def compose[G[_]](implicit G0: Functor[G]): Functor[[α]WriterT[F, W, G[α]]]

    The composition of Functors F and G, [x]F[G[x]], is a Functor

    The composition of Functors F and G, [x]F[G[x]], is a Functor

    Definition Classes
    Functor
  36. def counzip[A, B](a: \/[WriterT[F, W, A], WriterT[F, W, B]]): WriterT[F, W, \/[A, B]]

    Definition Classes
    Functor
  37. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def flip: Applicative[[+α]WriterT[F, W, α]]

    An Applicative for F in which effects happen in the opposite order.

    An Applicative for F in which effects happen in the opposite order.

    Definition Classes
    Applicative
  41. def fpair[A](fa: WriterT[F, W, A]): WriterT[F, W, (A, A)]

    Twin all As in fa.

    Twin all As in fa.

    Definition Classes
    Functor
  42. def functorLaw: FunctorLaw

    Definition Classes
    Functor
  43. val functorSyntax: FunctorSyntax[[+α]WriterT[F, W, α]]

    Definition Classes
    Functor
  44. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  47. def lift[A, B](f: (A) ⇒ B): (WriterT[F, W, A]) ⇒ WriterT[F, W, B]

    Lift f into F.

    Lift f into F.

    Definition Classes
    Functor
  48. def lift10[A, B, C, D, E, FF, G, H, I, J, R](f: (A, B, C, D, E, FF, G, H, I, J) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E], WriterT[F, W, FF], WriterT[F, W, G], WriterT[F, W, H], WriterT[F, W, I], WriterT[F, W, J]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  49. def lift11[A, B, C, D, E, FF, G, H, I, J, K, R](f: (A, B, C, D, E, FF, G, H, I, J, K) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E], WriterT[F, W, FF], WriterT[F, W, G], WriterT[F, W, H], WriterT[F, W, I], WriterT[F, W, J], WriterT[F, W, K]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  50. def lift12[A, B, C, D, E, FF, G, H, I, J, K, L, R](f: (A, B, C, D, E, FF, G, H, I, J, K, L) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E], WriterT[F, W, FF], WriterT[F, W, G], WriterT[F, W, H], WriterT[F, W, I], WriterT[F, W, J], WriterT[F, W, K], WriterT[F, W, L]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  51. def lift2[A, B, C](f: (A, B) ⇒ C): (WriterT[F, W, A], WriterT[F, W, B]) ⇒ WriterT[F, W, C]

    Definition Classes
    Apply
  52. def lift3[A, B, C, D](f: (A, B, C) ⇒ D): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C]) ⇒ WriterT[F, W, D]

    Definition Classes
    Apply
  53. def lift4[A, B, C, D, E](f: (A, B, C, D) ⇒ E): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D]) ⇒ WriterT[F, W, E]

    Definition Classes
    Apply
  54. def lift5[A, B, C, D, E, R](f: (A, B, C, D, E) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  55. def lift6[A, B, C, D, E, FF, R](f: (A, B, C, D, E, FF) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E], WriterT[F, W, FF]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  56. def lift7[A, B, C, D, E, FF, G, R](f: (A, B, C, D, E, FF, G) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E], WriterT[F, W, FF], WriterT[F, W, G]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  57. def lift8[A, B, C, D, E, FF, G, H, R](f: (A, B, C, D, E, FF, G, H) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E], WriterT[F, W, FF], WriterT[F, W, G], WriterT[F, W, H]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  58. def lift9[A, B, C, D, E, FF, G, H, I, R](f: (A, B, C, D, E, FF, G, H, I) ⇒ R): (WriterT[F, W, A], WriterT[F, W, B], WriterT[F, W, C], WriterT[F, W, D], WriterT[F, W, E], WriterT[F, W, FF], WriterT[F, W, G], WriterT[F, W, H], WriterT[F, W, I]) ⇒ WriterT[F, W, R]

    Definition Classes
    Apply
  59. def map[A, B](fa: WriterT[F, W, A])(f: (A) ⇒ B): WriterT[F, W, B]

    Lift f into F and apply to F[A].

    Lift f into F and apply to F[A].

    Definition Classes
    WriterTFunctorFunctor
  60. def mapply[A, B](a: A)(f: WriterT[F, W, (A) ⇒ B]): WriterT[F, W, B]

    Lift apply(a), and apply the result to f.

    Lift apply(a), and apply the result to f.

    Definition Classes
    Functor
  61. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  64. def point[A](a: ⇒ A): WriterT[F, W, A]

    Definition Classes
    WriterTPointedPointed
  65. val pointedSyntax: PointedSyntax[[+α]WriterT[F, W, α]]

    Definition Classes
    Pointed
  66. def product[G[_]](implicit G0: Applicative[G]): Applicative[[α](WriterT[F, W, α], G[α])]

    The product of Applicatives F and G, [x](F[x], G[x]]), is an Applicative

    The product of Applicatives F and G, [x](F[x], G[x]]), is an Applicative

    Definition Classes
    Applicative
  67. def product[G[_]](implicit G0: Pointed[G]): Pointed[[α](WriterT[F, W, α], G[α])]

    The product of Pointeds F and G, [x](F[x], G[x]]), is a Pointed

    The product of Pointeds F and G, [x](F[x], G[x]]), is a Pointed

    Definition Classes
    Pointed
  68. def product[G[_]](implicit G0: Apply[G]): Apply[[α](WriterT[F, W, α], G[α])]

    The product of Applys F and G, [x](F[x], G[x]]), is a Apply

    The product of Applys F and G, [x](F[x], G[x]]), is a Apply

    Definition Classes
    Apply
  69. def product[G[_]](implicit G0: Functor[G]): Functor[[α](WriterT[F, W, α], G[α])]

    The product of Functors F and G, [x](F[x], G[x]]), is a Functor

    The product of Functors F and G, [x](F[x], G[x]]), is a Functor

    Definition Classes
    Functor
  70. def pure[A](a: ⇒ A): WriterT[F, W, A]

    alias for point

    alias for point

    Definition Classes
    Pointed
  71. def sequence[A, G[_]](as: G[WriterT[F, W, A]])(implicit arg0: Traverse[G]): WriterT[F, W, G[A]]

    Definition Classes
    Applicative
  72. def strengthL[A, B](a: A, f: WriterT[F, W, B]): WriterT[F, W, (A, B)]

    Inject a to the left of Bs in f.

    Inject a to the left of Bs in f.

    Definition Classes
    Functor
  73. def strengthR[A, B](f: WriterT[F, W, A], b: B): WriterT[F, W, (A, B)]

    Inject b to the right of As in f.

    Inject b to the right of As in f.

    Definition Classes
    Functor
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  75. def toString(): String

    Definition Classes
    AnyRef → Any
  76. def traverse[A, G[_], B](value: G[A])(f: (A) ⇒ WriterT[F, W, B])(implicit G: Traverse[G]): WriterT[F, W, G[B]]

    Definition Classes
    Applicative
  77. def tuple2[A, B](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B]): WriterT[F, W, (A, B)]

    Definition Classes
    Apply
  78. def tuple3[A, B, C](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: WriterT[F, W, C]): WriterT[F, W, (A, B, C)]

    Definition Classes
    Apply
  79. def tuple4[A, B, C, D](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D]): WriterT[F, W, (A, B, C, D)]

    Definition Classes
    Apply
  80. def tuple5[A, B, C, D, E](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D], fe: ⇒ WriterT[F, W, E]): WriterT[F, W, (A, B, C, D, E)]

    Definition Classes
    Apply
  81. def void[A](fa: WriterT[F, W, A]): WriterT[F, W, Unit]

    Empty fa of meaningful pure values, preserving its structure.

    Empty fa of meaningful pure values, preserving its structure.

    Definition Classes
    Functor
  82. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  85. def zip: Zip[[+α]WriterT[F, W, α]]

    Definition Classes
    Apply

Deprecated Value Members

  1. def map2[A, B, C](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B])(f: (A, B) ⇒ C): WriterT[F, W, C]

    Definition Classes
    Apply
    Annotations
    @deprecated
    Deprecated

    (Since version 7) given F: Apply[F] use F(a,b)(f) instead, or given implicitly[Apply[F]], use ^(a,b)(f)

  2. def map3[A, B, C, D](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C])(f: (A, B, C) ⇒ D): WriterT[F, W, D]

    Definition Classes
    Apply
    Annotations
    @deprecated
    Deprecated

    (Since version 7) given F: Apply[F] use F(a,b,c)(f) instead, or given implicitly[Apply[F]], use ^(a,b,c)(f)

  3. def map4[A, B, C, D, E](fa: ⇒ WriterT[F, W, A], fb: ⇒ WriterT[F, W, B], fc: ⇒ WriterT[F, W, C], fd: ⇒ WriterT[F, W, D])(f: (A, B, C, D) ⇒ E): WriterT[F, W, E]

    Definition Classes
    Apply
    Annotations
    @deprecated
    Deprecated

    (Since version 7) given F: Apply[F] use F(a,b,c,d)(f) instead, or given implicitly[Apply[F]], use ^(a,b,c,d)(f)

Inherited from WriterTPointed[F, W]

Inherited from WriterTApply[F, W]

Inherited from WriterTFunctor[F, W]

Inherited from Applicative[[+α]WriterT[F, W, α]]

Inherited from Pointed[[+α]WriterT[F, W, α]]

Inherited from Apply[[+α]WriterT[F, W, α]]

Inherited from Functor[[+α]WriterT[F, W, α]]

Inherited from AnyRef

Inherited from Any

Ungrouped