Object/Trait

scalaz

EitherT

Related Docs: trait EitherT | package scalaz

Permalink

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. EitherTFunctions
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[F[+_], A, B](a: F[\/[A, B]]): EitherT[F, A, B]

    Permalink

    Construct a disjunction value.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    EitherTFunctions
  8. implicit def eitherTBifunctor[F[+_]](implicit F0: Functor[F]): EitherTBifunctor[F]

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

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

    Permalink
    Definition Classes
    EitherTInstances
  11. implicit def eitherTFoldable[F[+_], L](implicit F0: Foldable[F]): EitherTFoldable[F, L]

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

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

    Permalink
    Definition Classes
    EitherTInstances
  14. implicit def eitherTMonad[F[+_], L](implicit F0: Monad[F]): EitherTMonad[F, L]

    Permalink
    Definition Classes
    EitherTInstances0
  15. implicit def eitherTShow[F[+_], A, B](implicit F0: Show[F[\/[A, B]]]): Show[EitherT[F, A, B]]

    Permalink
  16. implicit def eitherTTraverse[F[+_], L](implicit F0: Traverse[F]): EitherTTraverse[F, L]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fromEither[F[+_], A, B](e: F[Either[A, B]])(implicit F: Functor[F]): EitherT[F, A, B]

    Permalink

    Construct a disjunction value from a standard scala.Either.

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

    Permalink

    Evaluate the given value, which might throw an exception.

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

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

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

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

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

    Permalink

    Construct a left disjunction value.

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

    Permalink
    Definition Classes
    EitherTFunctions
  28. def monadTell[F[+_, +_], W, A](implicit MT0: MonadTell[F, W]): EitherTMonadTell[F, W, A]

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

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

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

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

    Permalink

    Construct a right disjunction value.

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EitherTInstances

Inherited from EitherTInstances0

Inherited from EitherTInstances1

Inherited from EitherTFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped