scalaz

EitherT

object EitherT extends EitherTFunctions with EitherTInstances

Source
EitherT.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EitherT
  2. EitherTInstances
  3. EitherTInstances0
  4. EitherTInstances1
  5. EitherTInstances2
  6. EitherTInstances3
  7. EitherTInstances4
  8. EitherTFunctions
  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: 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 apply[F[+_], A, B](a: F[\/[A, B]]): EitherT[F, A, B]

    Construct a disjunction value.

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

    Definition Classes
    EitherTFunctions
  10. implicit def eitherTApplicative[F[+_], L](implicit F0: Applicative[F]): EitherTApplicative[F, L]

    Definition Classes
    EitherTInstances1
  11. implicit def eitherTApply[F[+_], L](implicit F0: Apply[F]): EitherTApply[F, L]

    Definition Classes
    EitherTInstances2
  12. implicit def eitherTBifunctor[F[+_]](implicit F0: Functor[F]): EitherTBifunctor[F]

    Definition Classes
    EitherTInstances0
  13. implicit def eitherTBitraverse[F[+_]](implicit F0: Traverse[F]): EitherTBitraverse[F]

    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]): EitherTFoldable[F, L]

    Definition Classes
    EitherTInstances0
  16. implicit def eitherTFunctor[F[+_], L](implicit F0: Functor[F]): EitherTFunctor[F, L]

    Definition Classes
    EitherTInstances4
  17. implicit def eitherTMonad[F[+_], L](implicit F0: Monad[F]): EitherTMonad[F, L]

    Definition Classes
    EitherTInstances0
  18. implicit def eitherTMonadTrans[A]: MonadTrans[[α[+_], β]EitherT[α, A, β]]

    Definition Classes
    EitherTInstances
  19. implicit def eitherTPointed[F[+_], L](implicit F0: Pointed[F]): EitherTPointed[F, L]

    Definition Classes
    EitherTInstances3
  20. implicit def eitherTTraverse[F[+_], L](implicit F0: Traverse[F]): EitherTTraverse[F, L]

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

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

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

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

  25. def fromTryCatch[F[+_], A](a: ⇒ F[A])(implicit F: Pointed[F]): EitherT[F, Throwable, A]

    Evaluate the given value, which might throw an exception.

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

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

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

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

    Construct a left disjunction value.

  30. def listenableMonadWriter[F[+_, +_], W, A](implicit MW0: ListenableMonadWriter[F, W]): EitherTListenableMonadWriter[F, W, A]

    Definition Classes
    EitherTFunctions
  31. def monadWriter[F[+_, +_], W, A](implicit MW0: MonadWriter[F, W]): EitherTMonadWriter[F, W, A]

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

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

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

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

    Construct a right disjunction value.

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from EitherTInstances

Inherited from EitherTInstances0

Inherited from EitherTInstances1

Inherited from EitherTInstances2

Inherited from EitherTInstances3

Inherited from EitherTInstances4

Inherited from EitherTFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped