scalaz

EitherTApply

trait EitherTApply[F[+_], E] extends Apply[[α]EitherT[F, E, α]] with EitherTFunctor[F, E]

Source
EitherT.scala
Linear Supertypes
EitherTFunctor[F, E], Apply[[α]EitherT[F, E, α]], Functor[[α]EitherT[F, E, α]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EitherTApply
  2. EitherTFunctor
  3. Apply
  4. Functor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait FunctorLaw extends AnyRef

    Definition Classes
    Functor

Abstract Value Members

  1. implicit abstract def F: Apply[F]

    Definition Classes
    EitherTApplyEitherTFunctor

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: ⇒ EitherT[F, E, A])(f: ⇒ EitherT[F, E, (A) ⇒ B]): EitherT[F, E, B]

    Definition Classes
    EitherTApplyApply
  7. def ap2[A, B, C](fa: ⇒ EitherT[F, E, A], fb: ⇒ EitherT[F, E, B])(f: EitherT[F, E, (A, B) ⇒ C]): EitherT[F, E, C]

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

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

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

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

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

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

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

    Definition Classes
    Apply
  15. def apply[A, B](fa: EitherT[F, E, A])(f: (A) ⇒ B): EitherT[F, E, B]

    Alias for map.

    Alias for map.

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

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

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

    Definition Classes
    Apply
  19. def apply2[A, B, C](fa: ⇒ EitherT[F, E, A], fb: ⇒ EitherT[F, E, B])(f: (A, B) ⇒ C): EitherT[F, E, C]

    Definition Classes
    Apply
  20. def apply3[A, B, C, D](fa: ⇒ EitherT[F, E, A], fb: ⇒ EitherT[F, E, B], fc: ⇒ EitherT[F, E, C])(f: (A, B, C) ⇒ D): EitherT[F, E, D]

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

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

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

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

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

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

    Definition Classes
    Apply
  27. val applySyntax: ApplySyntax[[α]EitherT[F, E, α]]

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

    Definition Classes
    Any
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def compose[G[_]](implicit G0: Apply[G]): Apply[[α]EitherT[F, E, 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
  31. def compose[G[_]](implicit G0: Functor[G]): Functor[[α]EitherT[F, E, 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
  32. def counzip[A, B](a: \/[EitherT[F, E, A], EitherT[F, E, B]]): EitherT[F, E, \/[A, B]]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def fpair[A](fa: EitherT[F, E, A]): EitherT[F, E, (A, A)]

    Twin all As in fa.

    Twin all As in fa.

    Definition Classes
    Functor
  37. def functorLaw: FunctorLaw

    Definition Classes
    Functor
  38. val functorSyntax: FunctorSyntax[[α]EitherT[F, E, α]]

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

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

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

    Definition Classes
    Any
  42. def lift[A, B](f: (A) ⇒ B): (EitherT[F, E, A]) ⇒ EitherT[F, E, B]

    Lift f into F.

    Lift f into F.

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

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

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

    Definition Classes
    Apply
  46. def lift2[A, B, C](f: (A, B) ⇒ C): (EitherT[F, E, A], EitherT[F, E, B]) ⇒ EitherT[F, E, C]

    Definition Classes
    Apply
  47. def lift3[A, B, C, D](f: (A, B, C) ⇒ D): (EitherT[F, E, A], EitherT[F, E, B], EitherT[F, E, C]) ⇒ EitherT[F, E, D]

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

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

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

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

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

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

    Definition Classes
    Apply
  54. def map[A, B](fa: EitherT[F, E, A])(f: (A) ⇒ B): EitherT[F, E, B]

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

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

    Definition Classes
    EitherTFunctorFunctor
  55. def mapply[A, B](a: A)(f: EitherT[F, E, (A) ⇒ B]): EitherT[F, E, B]

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

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

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

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

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

    Definition Classes
    AnyRef
  59. def product[G[_]](implicit G0: Apply[G]): Apply[[α](EitherT[F, E, α], 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
  60. def product[G[_]](implicit G0: Functor[G]): Functor[[α](EitherT[F, E, α], 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
  61. def strengthL[A, B](a: A, f: EitherT[F, E, B]): EitherT[F, E, (A, B)]

    Inject a to the left of Bs in f.

    Inject a to the left of Bs in f.

    Definition Classes
    Functor
  62. def strengthR[A, B](f: EitherT[F, E, A], b: B): EitherT[F, E, (A, B)]

    Inject b to the right of As in f.

    Inject b to the right of As in f.

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

    Definition Classes
    AnyRef
  64. def toString(): String

    Definition Classes
    AnyRef → Any
  65. def tuple2[A, B](fa: ⇒ EitherT[F, E, A], fb: ⇒ EitherT[F, E, B]): EitherT[F, E, (A, B)]

    Definition Classes
    Apply
  66. def tuple3[A, B, C](fa: ⇒ EitherT[F, E, A], fb: ⇒ EitherT[F, E, B], fc: EitherT[F, E, C]): EitherT[F, E, (A, B, C)]

    Definition Classes
    Apply
  67. def tuple4[A, B, C, D](fa: ⇒ EitherT[F, E, A], fb: ⇒ EitherT[F, E, B], fc: ⇒ EitherT[F, E, C], fd: ⇒ EitherT[F, E, D]): EitherT[F, E, (A, B, C, D)]

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

    Definition Classes
    Apply
  69. def void[A](fa: EitherT[F, E, A]): EitherT[F, E, Unit]

    Empty fa of meaningful pure values, preserving its structure.

    Empty fa of meaningful pure values, preserving its structure.

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  73. def zip: Zip[[α]EitherT[F, E, α]]

    Definition Classes
    Apply

Deprecated Value Members

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

Inherited from Apply[[α]EitherT[F, E, α]]

Inherited from Functor[[α]EitherT[F, E, α]]

Inherited from AnyRef

Inherited from Any

Ungrouped