scalaz

EitherT

object EitherT extends EitherTInstances with Serializable

Source
EitherT.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EitherT
  2. Serializable
  3. Serializable
  4. EitherTInstances
  5. EitherTInstances0
  6. EitherTInstances1
  7. EitherTInstances2
  8. EitherTInstances3
  9. EitherTInstances4
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class FromDisjunctionAux[F[_]] extends AnyRef

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def either[F[_], A, B](d: \/[A, B])(implicit arg0: Applicative[F]): EitherT[F, A, B]

  9. def eitherT[F[_], A, B](a: F[\/[A, B]]): EitherT[F, A, B]

  10. implicit def eitherTBifoldable[F[_]](implicit F0: Foldable[F]): Bifoldable[[β$9$, γ$10$]EitherT[F, β$9$, γ$10$]]

    Definition Classes
    EitherTInstances0
  11. implicit def eitherTBifunctor[F[_]](implicit F0: Functor[F]): Bifunctor[[β$7$, γ$8$]EitherT[F, β$7$, γ$8$]]

    Definition Classes
    EitherTInstances0
  12. implicit def eitherTBindRec[F[_], E](implicit F0: Monad[F], B0: BindRec[F]): BindRec[[γ$2$]EitherT[F, E, γ$2$]]

    Definition Classes
    EitherTInstances4
  13. implicit def eitherTBitraverse[F[_]](implicit F0: Traverse[F]): Bitraverse[[β$13$, γ$14$]EitherT[F, β$13$, γ$14$]]

    Definition Classes
    EitherTInstances
  14. implicit def eitherTEqual[F[_], A, B](implicit F0: Equal[F[\/[A, B]]]): Equal[EitherT[F, A, B]]

    Definition Classes
    EitherTInstances
  15. implicit def eitherTFoldable[F[_], L](implicit F0: Foldable[F]): Foldable[[γ$12$]EitherT[F, L, γ$12$]]

    Definition Classes
    EitherTInstances0
  16. implicit def eitherTFunctor[F[_], L](implicit F0: Functor[F]): Functor[[γ$4$]EitherT[F, L, γ$4$]]

    Definition Classes
    EitherTInstances2
  17. implicit def eitherTHoist[A]: Hoist[[α[_$1], β]EitherT[α, A, β]]

    Definition Classes
    EitherTInstances
  18. def eitherTMonad[F[_], L](implicit F0: Monad[F]): Monad[[γ$5$]EitherT[F, L, γ$5$]]

    Definition Classes
    EitherTInstances1
  19. implicit def eitherTMonadError[F[_], E](implicit F0: Monad[F]): MonadError[[γ$3$]EitherT[F, E, γ$3$], E]

    Definition Classes
    EitherTInstances3
  20. implicit def eitherTMonadPlus[F[_], L](implicit F0: Monad[F], L0: Monoid[L]): MonadPlus[[γ$11$]EitherT[F, L, γ$11$]]

    Definition Classes
    EitherTInstances0
  21. implicit def eitherTPlus[F[_], L](implicit F0: Monad[F], L0: Semigroup[L]): Plus[[γ$6$]EitherT[F, L, γ$6$]]

    Definition Classes
    EitherTInstances1
  22. implicit def eitherTShow[F[_], A, B](implicit F0: Show[F[\/[A, B]]]): Show[EitherT[F, A, B]]

    Definition Classes
    EitherTInstances
  23. implicit def eitherTTraverse[F[_], L](implicit F0: Traverse[F]): Traverse[[γ$15$]EitherT[F, L, γ$15$]]

    Definition Classes
    EitherTInstances
  24. def eitherTU[FAB, AB, A0, B0](fab: FAB)(implicit u1: Unapply[Functor, FAB] { type A = AB }, u2: Unapply2[Bifunctor, AB] { ... /* 2 definitions in type refinement */ }, l: ===[AB, \/[A0, B0]]): EitherT[(u1)#M, A0, B0]

  25. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def fromDisjunction[F[_]]: FromDisjunctionAux[F]

  29. def fromEither[F[_], A, B](e: F[Either[A, B]])(implicit F: Functor[F]): EitherT[F, A, B]

    Construct a disjunction value from a standard scala.Either.

  30. def fromTryCatchNonFatal[F[_], A](a: ⇒ F[A])(implicit F: Applicative[F]): EitherT[F, Throwable, A]

  31. def fromTryCatchThrowable[F[_], A, B <: Throwable](a: ⇒ F[A])(implicit F: Applicative[F], nn: NotNothing[B], ex: ClassTag[B]): EitherT[F, B, A]

  32. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  35. def leftT[F[_], A, B](fa: F[A])(implicit arg0: Functor[F]): EitherT[F, A, B]

  36. def leftU[B]: EitherTLeft[B]

  37. def monadListen[F[_], W, A](implicit ML0: MonadListen[F, W]): EitherTMonadListen[F, W, A]

  38. def monadTell[F[_], W, A](implicit MT0: MonadTell[F, W]): EitherTMonadTell[F, W, A]

  39. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  42. def pure[F[_], A, B](b: B)(implicit arg0: Applicative[F]): EitherT[F, A, B]

    will be called right in scalaz 7.

    will be called right in scalaz 7.3

  43. def pureLeft[F[_], A, B](a: A)(implicit arg0: Applicative[F]): EitherT[F, A, B]

    will be called left in scalaz 7.

    will be called left in scalaz 7.3

  44. def rightT[F[_], A, B](fb: F[B])(implicit arg0: Functor[F]): EitherT[F, A, B]

  45. def rightU[A]: EitherTRight[A]

    Example:
    1. val a: String \/ Int = \/-(1)
      val b: EitherT[({type l[a] = String \/ a})#l, Boolean, Int] = EitherT.rightU[Boolean](a)
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def left[F[_], A, B](a: F[A])(implicit F: Functor[F]): EitherT[F, A, B]

    Construct a left disjunction value.

    Construct a left disjunction value.

    Annotations
    @deprecated
    Deprecated

    (Since version 7.2.18) prefer leftT; this method's meaning will change in scalaz 7.3

  2. def right[F[_], A, B](b: F[B])(implicit F: Functor[F]): EitherT[F, A, B]

    Construct a right disjunction value.

    Construct a right disjunction value.

    Annotations
    @deprecated
    Deprecated

    (Since version 7.2.18) prefer rightT; this method's meaning will change in scalaz 7.3

Inherited from Serializable

Inherited from Serializable

Inherited from EitherTInstances

Inherited from EitherTInstances0

Inherited from EitherTInstances1

Inherited from EitherTInstances2

Inherited from EitherTInstances3

Inherited from EitherTInstances4

Inherited from AnyRef

Inherited from Any

Ungrouped