scalaz

EitherTListenableMonadWriter

trait EitherTListenableMonadWriter[F[+_, +_], W, A] extends ListenableMonadWriter[[+α, +β]EitherT[[+x]F[α, x], A, β], W] with EitherTMonadWriter[F, W, A]

Source
EitherT.scala
Linear Supertypes
EitherTMonadWriter[F, W, A], EitherTMonadTrans[A], MonadTrans[[α[+_], β]EitherT[α, A, β]], EitherTMonad[[+α]F[W, α], A], EitherTApplicative[[+α]F[W, α], A], EitherTPointed[[+α]F[W, α], A], EitherTApply[[+α]F[W, α], A], EitherTFunctor[[+α]F[W, α], A], ListenableMonadWriter[[+α, +β]EitherT[[+x]F[α, x], A, β], W], MonadWriter[[+α, +β]EitherT[[+x]F[α, x], A, β], W], Monad[[+x]EitherT[[+x]F[W, x], A, x]], Bind[[+x]EitherT[[+x]F[W, x], A, x]], Applicative[[+x]EitherT[[+x]F[W, x], A, x]], Pointed[[+x]EitherT[[+x]F[W, x], A, x]], Apply[[+x]EitherT[[+x]F[W, x], A, x]], Functor[[+x]EitherT[[+x]F[W, x], A, x]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EitherTListenableMonadWriter
  2. EitherTMonadWriter
  3. EitherTMonadTrans
  4. MonadTrans
  5. EitherTMonad
  6. EitherTApplicative
  7. EitherTPointed
  8. EitherTApply
  9. EitherTFunctor
  10. ListenableMonadWriter
  11. MonadWriter
  12. Monad
  13. Bind
  14. Applicative
  15. Pointed
  16. Apply
  17. Functor
  18. AnyRef
  19. 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
  3. trait MonadLaw extends ApplicativeLaw

    Definition Classes
    Monad

Abstract Value Members

  1. implicit abstract def MW: ListenableMonadWriter[F, 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. implicit def F: MonadWriter[F, W]

  7. implicit def W: Monoid[W]

    Definition Classes
    EitherTMonadWriterMonadWriter
  8. def ap[A, B](fa: ⇒ EitherT[[+α]F[W, α], A, A])(f: ⇒ EitherT[[+α]F[W, α], A, (A) ⇒ B]): EitherT[[+α]F[W, α], A, B]

    Definition Classes
    EitherTApplyApply
  9. def ap2[A, B, C](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B])(f: EitherT[[+x]F[W, x], A, (A, B) ⇒ C]): EitherT[[+x]F[W, x], A, C]

    Definition Classes
    Apply
  10. def ap3[A, B, C, D](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B], fc: ⇒ EitherT[[+x]F[W, x], A, C])(f: EitherT[[+x]F[W, x], A, (A, B, C) ⇒ D]): EitherT[[+x]F[W, x], A, D]

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

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

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

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

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

    Definition Classes
    Apply
  16. def apF[A, B](f: ⇒ EitherT[[+x]F[W, x], A, (A) ⇒ B]): (EitherT[[+x]F[W, x], A, A]) ⇒ EitherT[[+x]F[W, x], A, B]

    Definition Classes
    Apply
  17. def applicativeLaw: ApplicativeLaw

    Definition Classes
    Applicative
  18. val applicativeSyntax: ApplicativeSyntax[[+x]EitherT[[+x]F[W, x], A, x]]

    Definition Classes
    Applicative
  19. implicit def apply[M[+_]](implicit arg0: Monad[M]): Monad[[α]EitherT[M, A, α]]

    Definition Classes
    EitherTMonadTransMonadTrans
  20. def apply[A, B](fa: EitherT[[+x]F[W, x], A, A])(f: (A) ⇒ B): EitherT[[+x]F[W, x], A, B]

    Alias for map.

    Alias for map.

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

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

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

    Definition Classes
    Apply
  24. def apply2[A, B, C](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B])(f: (A, B) ⇒ C): EitherT[[+x]F[W, x], A, C]

    Definition Classes
    ApplicativeApply
  25. def apply3[A, B, C, D](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B], fc: ⇒ EitherT[[+x]F[W, x], A, C])(f: (A, B, C) ⇒ D): EitherT[[+x]F[W, x], A, D]

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

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

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

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

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

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

    Definition Classes
    Apply
  32. val applySyntax: ApplySyntax[[+x]EitherT[[+x]F[W, x], A, x]]

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

    Definition Classes
    Any
  34. def bind[A, B](fa: EitherT[[+α]F[W, α], A, A])(f: (A) ⇒ EitherT[[+α]F[W, α], A, B]): EitherT[[+α]F[W, α], A, B]

    Equivalent to join(map(fa)(f)).

    Equivalent to join(map(fa)(f)).

    Definition Classes
    EitherTMonadBind
  35. val bindSyntax: BindSyntax[[+x]EitherT[[+x]F[W, x], A, x]]

    Definition Classes
    Bind
  36. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def compose[G[_]](implicit G0: Applicative[G]): Applicative[[α]EitherT[[+x]F[W, x], A, 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
  38. def compose[G[_]](implicit G0: Pointed[G]): Pointed[[α]EitherT[[+x]F[W, x], A, 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
  39. def compose[G[_]](implicit G0: Apply[G]): Apply[[α]EitherT[[+x]F[W, x], A, 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
  40. def compose[G[_]](implicit G0: Functor[G]): Functor[[α]EitherT[[+x]F[W, x], A, 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
  41. def counzip[A, B](a: \/[EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B]]): EitherT[[+x]F[W, x], A, \/[A, B]]

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

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

    Definition Classes
    AnyRef → Any
  44. def filterM[A](l: List[A])(f: (A) ⇒ EitherT[[+x]F[W, x], A, Boolean]): EitherT[[+x]F[W, x], A, List[A]]

    Definition Classes
    Monad
  45. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. def flip: Applicative[[+x]EitherT[[+x]F[W, x], A, x]]

    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
  47. def fpair[A](fa: EitherT[[+x]F[W, x], A, A]): EitherT[[+x]F[W, x], A, (A, A)]

    Twin all As in fa.

    Twin all As in fa.

    Definition Classes
    Functor
  48. def functorLaw: FunctorLaw

    Definition Classes
    Functor
  49. val functorSyntax: FunctorSyntax[[+x]EitherT[[+x]F[W, x], A, x]]

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

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

    Definition Classes
    AnyRef → Any
  52. def hoist[M[+_], N[+_]](f: ~>[M, N])(implicit M: Monad[M]): ~>[[α]EitherT[M, A, α], [α]EitherT[N, A, α]]

    Definition Classes
    EitherTMonadTrans
  53. def ifM[B](value: EitherT[[+x]F[W, x], A, Boolean], ifTrue: ⇒ EitherT[[+x]F[W, x], A, B], ifFalse: ⇒ EitherT[[+x]F[W, x], A, B]): EitherT[[+x]F[W, x], A, B]

    if lifted into a binding.

    if lifted into a binding. Unlike lift3((t,c,a)=>if(t)c else a), this will only include context from the chosen of ifTrue and ifFalse, not the other.

    Definition Classes
    Bind
  54. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  55. def join[A](ffa: EitherT[[+x]F[W, x], A, EitherT[[+x]F[W, x], A, A]]): EitherT[[+x]F[W, x], A, A]

    Sequence the inner F of FFA after the outer F, forming a single F[A].

    Sequence the inner F of FFA after the outer F, forming a single F[A].

    Definition Classes
    Bind
  56. def left[B](v: ⇒ A): EitherT[[+α]F[W, α], A, B]

    Definition Classes
    EitherTMonadWriter
  57. def lift[A, B](f: (A) ⇒ B): (EitherT[[+x]F[W, x], A, A]) ⇒ EitherT[[+x]F[W, x], A, B]

    Lift f into F.

    Lift f into F.

    Definition Classes
    Functor
  58. 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): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B], EitherT[[+x]F[W, x], A, C], EitherT[[+x]F[W, x], A, D], EitherT[[+x]F[W, x], A, E], EitherT[[+x]F[W, x], A, FF], EitherT[[+x]F[W, x], A, G], EitherT[[+x]F[W, x], A, H], EitherT[[+x]F[W, x], A, I], EitherT[[+x]F[W, x], A, J]) ⇒ EitherT[[+x]F[W, x], A, R]

    Definition Classes
    Apply
  59. 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): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B], EitherT[[+x]F[W, x], A, C], EitherT[[+x]F[W, x], A, D], EitherT[[+x]F[W, x], A, E], EitherT[[+x]F[W, x], A, FF], EitherT[[+x]F[W, x], A, G], EitherT[[+x]F[W, x], A, H], EitherT[[+x]F[W, x], A, I], EitherT[[+x]F[W, x], A, J], EitherT[[+x]F[W, x], A, K]) ⇒ EitherT[[+x]F[W, x], A, R]

    Definition Classes
    Apply
  60. 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): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B], EitherT[[+x]F[W, x], A, C], EitherT[[+x]F[W, x], A, D], EitherT[[+x]F[W, x], A, E], EitherT[[+x]F[W, x], A, FF], EitherT[[+x]F[W, x], A, G], EitherT[[+x]F[W, x], A, H], EitherT[[+x]F[W, x], A, I], EitherT[[+x]F[W, x], A, J], EitherT[[+x]F[W, x], A, K], EitherT[[+x]F[W, x], A, L]) ⇒ EitherT[[+x]F[W, x], A, R]

    Definition Classes
    Apply
  61. def lift2[A, B, C](f: (A, B) ⇒ C): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B]) ⇒ EitherT[[+x]F[W, x], A, C]

    Definition Classes
    Apply
  62. def lift3[A, B, C, D](f: (A, B, C) ⇒ D): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B], EitherT[[+x]F[W, x], A, C]) ⇒ EitherT[[+x]F[W, x], A, D]

    Definition Classes
    Apply
  63. def lift4[A, B, C, D, E](f: (A, B, C, D) ⇒ E): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B], EitherT[[+x]F[W, x], A, C], EitherT[[+x]F[W, x], A, D]) ⇒ EitherT[[+x]F[W, x], A, E]

    Definition Classes
    Apply
  64. def lift5[A, B, C, D, E, R](f: (A, B, C, D, E) ⇒ R): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B], EitherT[[+x]F[W, x], A, C], EitherT[[+x]F[W, x], A, D], EitherT[[+x]F[W, x], A, E]) ⇒ EitherT[[+x]F[W, x], A, R]

    Definition Classes
    Apply
  65. def lift6[A, B, C, D, E, FF, R](f: (A, B, C, D, E, FF) ⇒ R): (EitherT[[+x]F[W, x], A, A], EitherT[[+x]F[W, x], A, B], EitherT[[+x]F[W, x], A, C], EitherT[[+x]F[W, x], A, D], EitherT[[+x]F[W, x], A, E], EitherT[[+x]F[W, x], A, FF]) ⇒ EitherT[[+x]F[W, x], A, R]

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

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

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

    Definition Classes
    Apply
  69. def liftM[M[+_], B](mb: M[B])(implicit M: Monad[M]): EitherT[M, A, B]

    Definition Classes
    EitherTMonadTransMonadTrans
  70. def listen[B](ma: EitherT[[+α]F[W, α], A, B]): EitherT[[+α]F[W, α], A, (B, W)]

  71. val listenableMonadWriterSyntax: ListenableMonadWriterSyntax[[+α, +β]EitherT[[+x]F[α, x], A, β], W]

    Definition Classes
    ListenableMonadWriter
  72. def map[A, B](fa: EitherT[[+α]F[W, α], A, A])(f: (A) ⇒ B): EitherT[[+α]F[W, α], A, B]

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

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

    Definition Classes
    EitherTFunctorFunctor
  73. def mapply[A, B](a: A)(f: EitherT[[+x]F[W, x], A, (A) ⇒ B]): EitherT[[+x]F[W, x], A, B]

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

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

    Definition Classes
    Functor
  74. def monadLaw: MonadLaw

    Definition Classes
    Monad
  75. val monadSyntax: MonadSyntax[[+x]EitherT[[+x]F[W, x], A, x]]

    Definition Classes
    Monad
  76. val monadWriterSyntax: MonadWriterSyntax[[+α, +β]EitherT[[+x]F[α, x], A, β], W]

    Definition Classes
    MonadWriter
  77. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  80. def pass[A](ma: EitherT[[+x]F[W, x], A, (A, (W) ⇒ W)]): EitherT[[+x]F[W, x], A, A]

    Definition Classes
    ListenableMonadWriter
  81. def point[A](a: ⇒ A): EitherT[[+α]F[W, α], A, A]

    Definition Classes
    EitherTPointedPointed
  82. val pointedSyntax: PointedSyntax[[+x]EitherT[[+x]F[W, x], A, x]]

    Definition Classes
    Pointed
  83. def product[G[_]](implicit G0: Applicative[G]): Applicative[[α](EitherT[[+x]F[W, x], A, α], 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
  84. def product[G[_]](implicit G0: Pointed[G]): Pointed[[α](EitherT[[+x]F[W, x], A, α], 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
  85. def product[G[_]](implicit G0: Apply[G]): Apply[[α](EitherT[[+x]F[W, x], A, α], 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
  86. def product[G[_]](implicit G0: Functor[G]): Functor[[α](EitherT[[+x]F[W, x], A, α], 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
  87. def pure[A](a: ⇒ A): EitherT[[+x]F[W, x], A, A]

    alias for point

    alias for point

    Definition Classes
    Pointed
  88. def replicateM[A](n: Int, fa: EitherT[[+x]F[W, x], A, A]): EitherT[[+x]F[W, x], A, List[A]]

    Performs the action n times, returning the list of results.

    Performs the action n times, returning the list of results.

    Definition Classes
    Monad
  89. def replicateM_[A](n: Int, fa: EitherT[[+x]F[W, x], A, A]): EitherT[[+x]F[W, x], A, Unit]

    Performs the action n times, returning nothing.

    Performs the action n times, returning nothing.

    Definition Classes
    Monad
  90. def right[B](v: ⇒ B): EitherT[[+α]F[W, α], A, B]

    Definition Classes
    EitherTMonadWriter
  91. def sequence[A, G[_]](as: G[EitherT[[+x]F[W, x], A, A]])(implicit arg0: Traverse[G]): EitherT[[+x]F[W, x], A, G[A]]

    Definition Classes
    Applicative
  92. def strengthL[A, B](a: A, f: EitherT[[+x]F[W, x], A, B]): EitherT[[+x]F[W, x], A, (A, B)]

    Inject a to the left of Bs in f.

    Inject a to the left of Bs in f.

    Definition Classes
    Functor
  93. def strengthR[A, B](f: EitherT[[+x]F[W, x], A, A], b: B): EitherT[[+x]F[W, x], A, (A, B)]

    Inject b to the right of As in f.

    Inject b to the right of As in f.

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

    Definition Classes
    AnyRef
  95. def tell(w: W): EitherT[[+x]F[W, x], A, Unit]

    Definition Classes
    MonadWriter
  96. def toString(): String

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

    Definition Classes
    Applicative
  98. def tuple2[A, B](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B]): EitherT[[+x]F[W, x], A, (A, B)]

    Definition Classes
    Apply
  99. def tuple3[A, B, C](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B], fc: EitherT[[+x]F[W, x], A, C]): EitherT[[+x]F[W, x], A, (A, B, C)]

    Definition Classes
    Apply
  100. def tuple4[A, B, C, D](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B], fc: ⇒ EitherT[[+x]F[W, x], A, C], fd: ⇒ EitherT[[+x]F[W, x], A, D]): EitherT[[+x]F[W, x], A, (A, B, C, D)]

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

    Definition Classes
    Apply
  102. def void[A](fa: EitherT[[+x]F[W, x], A, A]): EitherT[[+x]F[W, x], A, Unit]

    Empty fa of meaningful pure values, preserving its structure.

    Empty fa of meaningful pure values, preserving its structure.

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  106. def writer[B](v: (W, B)): EitherT[[+α]F[W, α], A, B]

    Definition Classes
    EitherTMonadWriterMonadWriter
  107. def zip: Zip[[+x]EitherT[[+x]F[W, x], A, x]]

    Definition Classes
    Apply

Deprecated Value Members

  1. def map2[A, B, C](fa: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B])(f: (A, B) ⇒ C): EitherT[[+x]F[W, x], A, 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: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B], fc: ⇒ EitherT[[+x]F[W, x], A, C])(f: (A, B, C) ⇒ D): EitherT[[+x]F[W, x], A, 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: ⇒ EitherT[[+x]F[W, x], A, A], fb: ⇒ EitherT[[+x]F[W, x], A, B], fc: ⇒ EitherT[[+x]F[W, x], A, C], fd: ⇒ EitherT[[+x]F[W, x], A, D])(f: (A, B, C, D) ⇒ E): EitherT[[+x]F[W, x], A, 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 EitherTMonadWriter[F, W, A]

Inherited from EitherTMonadTrans[A]

Inherited from MonadTrans[[α[+_], β]EitherT[α, A, β]]

Inherited from EitherTMonad[[+α]F[W, α], A]

Inherited from EitherTApplicative[[+α]F[W, α], A]

Inherited from EitherTPointed[[+α]F[W, α], A]

Inherited from EitherTApply[[+α]F[W, α], A]

Inherited from EitherTFunctor[[+α]F[W, α], A]

Inherited from ListenableMonadWriter[[+α, +β]EitherT[[+x]F[α, x], A, β], W]

Inherited from MonadWriter[[+α, +β]EitherT[[+x]F[α, x], A, β], W]

Inherited from Monad[[+x]EitherT[[+x]F[W, x], A, x]]

Inherited from Bind[[+x]EitherT[[+x]F[W, x], A, x]]

Inherited from Applicative[[+x]EitherT[[+x]F[W, x], A, x]]

Inherited from Pointed[[+x]EitherT[[+x]F[W, x], A, x]]

Inherited from Apply[[+x]EitherT[[+x]F[W, x], A, x]]

Inherited from Functor[[+x]EitherT[[+x]F[W, x], A, x]]

Inherited from AnyRef

Inherited from Any

Ungrouped