scalaz

EitherT

object EitherT extends EitherTInstances with EitherTFunctions with Serializable

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

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def eitherT[F[_], A, B](a: F[\/[A, B]]): EitherT[F, A, B]

    Definition Classes
    EitherTFunctions
  7. implicit def eitherTBifoldable[F[_]](implicit F0: Foldable[F]): Bifoldable[[α, β]EitherT[F, α, β]]

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

    Definition Classes
    EitherTInstances0
  9. implicit def eitherTBitraverse[F[_]](implicit F0: Traverse[F]): Bitraverse[[α, β]EitherT[F, α, β]]

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

    Definition Classes
    EitherTInstances
  11. implicit def eitherTFoldable[F[_], L](implicit F0: Foldable[F]): Foldable[[α]EitherT[F, L, α]]

    Definition Classes
    EitherTInstances0
  12. implicit def eitherTFunctor[F[_], L](implicit F0: Functor[F]): Functor[[α]EitherT[F, L, α]]

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

    Definition Classes
    EitherTInstances
  14. implicit def eitherTMonad[F[_], L](implicit F0: Monad[F]): Monad[[α]EitherT[F, L, α]]

    Definition Classes
    EitherTInstances1
  15. implicit def eitherTMonadPlus[F[_], L](implicit F0: Monad[F], L0: Monoid[L]): MonadPlus[[α]EitherT[F, L, α]]

    Definition Classes
    EitherTInstances0
  16. implicit def eitherTPlus[F[_], L](implicit F0: Monad[F], L0: Semigroup[L]): Plus[[α]EitherT[F, L, α]]

    Definition Classes
    EitherTInstances1
  17. implicit def eitherTTraverse[F[_], L](implicit F0: Traverse[F]): Traverse[[α]EitherT[F, L, α]]

    Definition Classes
    EitherTInstances
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. 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.

  22. def fromTryCatchThrowable[F[_], A, B <: Throwable](a: ⇒ F[A])(implicit F: Applicative[F], ex: ClassManifest[B]): EitherT[F, B, A]

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

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

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

    Definition Classes
    Any
  26. def left[F[_], A, B](a: F[A])(implicit F: Functor[F]): EitherT[F, A, B]

    Construct a left disjunction value.

  27. def monadListen[F[_, _], W, A](implicit ML0: MonadListen[F, W]): MonadListen[[α, β]EitherT[[x]F[α, x], A, β], W]

    Definition Classes
    EitherTFunctions
  28. def monadTell[F[_, _], W, A](implicit MT0: MonadTell[F, W]): MonadTell[[α, β]EitherT[[x]F[α, x], A, β], W]

    Definition Classes
    EitherTFunctions
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def right[F[_], A, B](b: F[B])(implicit F: Functor[F]): EitherT[F, A, B]

    Construct a right disjunction value.

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Evaluate the given value, which might throw an exception.

    Evaluate the given value, which might throw an exception.

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1.0) catches fatal exceptions, use fromTryCatchThrowable

Inherited from Serializable

Inherited from Serializable

Inherited from EitherTFunctions

Inherited from EitherTInstances

Inherited from EitherTInstances0

Inherited from EitherTInstances1

Inherited from EitherTInstances2

Inherited from AnyRef

Inherited from Any

Ungrouped