scalaz

LazyEitherT

object LazyEitherT extends LazyEitherTInstances with Serializable

Source
LazyEitherT.scala
Linear Supertypes
Serializable, Serializable, LazyEitherTInstances, LazyEitherTInstances0, LazyEitherTInstances1, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LazyEitherT
  2. Serializable
  3. Serializable
  4. LazyEitherTInstances
  5. LazyEitherTInstances0
  6. LazyEitherTInstances1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class LeftProjectionT[F[_], A, B] 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. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  14. def lazyEitherT[F[_], A, B](a: F[LazyEither[A, B]]): LazyEitherT[F, A, B]

  15. implicit def lazyEitherTBifoldable[F[_]](implicit F0: Foldable[F]): Bifoldable[[β, γ]LazyEitherT[F, β, γ]]

    Definition Classes
    LazyEitherTInstances0
  16. implicit def lazyEitherTBifunctor[F[_]](implicit F0: Functor[F]): Bifunctor[[β, γ]LazyEitherT[F, β, γ]]

    Definition Classes
    LazyEitherTInstances0
  17. implicit def lazyEitherTBitraverse[F[_]](implicit F0: Traverse[F]): Bitraverse[[β, γ]LazyEitherT[F, β, γ]]

    Definition Classes
    LazyEitherTInstances
  18. implicit def lazyEitherTFoldable[F[_], L](implicit F0: Foldable[F]): Foldable[[γ]LazyEitherT[F, L, γ]]

    Definition Classes
    LazyEitherTInstances0
  19. implicit def lazyEitherTFunctor[F[_], L](implicit F0: Functor[F]): Functor[[γ]LazyEitherT[F, L, γ]]

    Definition Classes
    LazyEitherTInstances1
  20. implicit def lazyEitherTLeftProjectionBifunctor[F[_]](implicit F0: Functor[F]): IsomorphismBifunctor[[β, γ]LeftProjectionT[F, β, γ], [β, γ]LazyEitherT[F, β, γ]] { def iso: scalaz.Isomorphism.IsoBifunctorTemplate[[β, γ]scalaz.LazyEitherT.LeftProjectionT[F,β,γ],[β, γ]scalaz.LazyEitherT[F,β,γ]] }

    Definition Classes
    LazyEitherTInstances0
  21. implicit def lazyEitherTLeftProjectionBitraverse[F[_]](implicit F0: Traverse[F]): IsomorphismBitraverse[[β, γ]LeftProjectionT[F, β, γ], [β, γ]LazyEitherT[F, β, γ]] { def iso: scalaz.Isomorphism.IsoBifunctorTemplate[[β, γ]scalaz.LazyEitherT.LeftProjectionT[F,β,γ],[β, γ]scalaz.LazyEitherT[F,β,γ]] }

    Definition Classes
    LazyEitherTInstances
  22. implicit def lazyEitherTLeftProjectionEIso2[F[_], E]: Isomorphism.IsoFunctorTemplate[[γ]LeftProjectionT[F, E, γ], [γ]LazyEitherT[F, E, γ]]

  23. implicit def lazyEitherTLeftProjectionFoldable[F[_], L](implicit F0: Foldable[F]): IsomorphismFoldable[[γ]LeftProjectionT[F, L, γ], [γ]LazyEitherT[F, L, γ]]

    Definition Classes
    LazyEitherTInstances0
  24. implicit def lazyEitherTLeftProjectionFunctor[F[_], L](implicit F0: Functor[F]): IsomorphismFunctor[[γ]LeftProjectionT[F, L, γ], [γ]LazyEitherT[F, L, γ]] { def iso: scalaz.Isomorphism.IsoFunctorTemplate[[γ]scalaz.LazyEitherT.LeftProjectionT[F,L,γ],[γ]scalaz.LazyEitherT[F,L,γ]] }

    Definition Classes
    LazyEitherTInstances1
  25. implicit def lazyEitherTLeftProjectionIso2[F[_]]: Isomorphism.IsoBifunctorTemplate[[β, γ]LeftProjectionT[F, β, γ], [β, γ]LazyEitherT[F, β, γ]]

  26. implicit def lazyEitherTLeftProjectionMonad[F[_], L](implicit F0: Monad[F]): IsomorphismMonad[[γ]LeftProjectionT[F, L, γ], [γ]LazyEitherT[F, L, γ]] { def iso: scalaz.Isomorphism.IsoFunctorTemplate[[γ]scalaz.LazyEitherT.LeftProjectionT[F,L,γ],[γ]scalaz.LazyEitherT[F,L,γ]] }

    Definition Classes
    LazyEitherTInstances0
  27. implicit def lazyEitherTLeftProjectionTraverse[F[_], L](implicit F0: Traverse[F]): IsomorphismTraverse[[γ]LeftProjectionT[F, L, γ], [γ]LazyEitherT[F, L, γ]] { def iso: scalaz.Isomorphism.IsoFunctorTemplate[[γ]scalaz.LazyEitherT.LeftProjectionT[F,L,γ],[γ]scalaz.LazyEitherT[F,L,γ]] }

    Definition Classes
    LazyEitherTInstances
  28. implicit def lazyEitherTMonad[F[_], L](implicit F0: Monad[F]): Monad[[γ]LazyEitherT[F, L, γ]]

    Definition Classes
    LazyEitherTInstances0
  29. implicit def lazyEitherTMonadError[F[_], L](implicit F0: Monad[F]): MonadError[[β, γ]LazyEitherT[F, β, γ], L]

    Definition Classes
    LazyEitherTInstances1
  30. implicit def lazyEitherTMonadPlus[F[_], L](implicit F0: Monad[F], L: Monoid[L]): MonadPlus[[γ]LazyEitherT[F, L, γ]]

  31. implicit def lazyEitherTPlus[F[_], L](implicit F0: Monad[F], L: Semigroup[L]): Plus[[γ]LazyEitherT[F, L, γ]]

    Definition Classes
    LazyEitherTInstances1
  32. implicit def lazyEitherTTraverse[F[_], L](implicit F0: Traverse[F]): Traverse[[γ]LazyEitherT[F, L, γ]]

    Definition Classes
    LazyEitherTInstances
  33. def lazyEitherTU[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, LazyEither[A0, B0]]): LazyEitherT[(u1)#M, A0, B0]

  34. def lazyLeftT[F[_], A, B](a: ⇒ A)(implicit p: Applicative[F]): LazyEitherT[F, A, B]

  35. def lazyRightT[F[_], A, B](b: ⇒ B)(implicit p: Applicative[F]): LazyEitherT[F, A, B]

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

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

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

    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LazyEitherTInstances

Inherited from LazyEitherTInstances0

Inherited from LazyEitherTInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped