Object/Class

cats.data

EitherK

Related Docs: class EitherK | package data

Permalink

object EitherK extends EitherKInstances with Serializable

Linear Supertypes
Serializable, Serializable, EitherKInstances, EitherKInstances0, EitherKInstances1, EitherKInstances2, EitherKInstances3, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EitherK
  2. Serializable
  3. Serializable
  4. EitherKInstances
  5. EitherKInstances0
  6. EitherKInstances1
  7. EitherKInstances2
  8. EitherKInstances3
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class EitherKLeft[G[_]] extends AnyRef

    Permalink
  2. final class EitherKRight[F[_]] extends AnyRef

    Permalink

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

    Permalink
    Definition Classes
    Any
  5. implicit def catsDataCoflatMapForEitherK[F[_], G[_]](implicit F0: CoflatMap[F], G0: CoflatMap[G]): CoflatMap[[γ$3$]EitherK[F, G, γ$3$]]

    Permalink
    Definition Classes
    EitherKInstances1
  6. implicit def catsDataComonadForEitherK[F[_], G[_]](implicit F0: Comonad[F], G0: Comonad[G]): Comonad[[γ$5$]EitherK[F, G, γ$5$]]

    Permalink
    Definition Classes
    EitherKInstances
  7. implicit def catsDataContravariantForEitherK[F[_], G[_]](implicit F0: Contravariant[F], G0: Contravariant[G]): Contravariant[[γ$2$]EitherK[F, G, γ$2$]]

    Permalink
    Definition Classes
    EitherKInstances2
  8. implicit def catsDataEqForEitherK[F[_], G[_], A](implicit E: Eq[Either[F[A], G[A]]]): Eq[EitherK[F, G, A]]

    Permalink
    Definition Classes
    EitherKInstances3
  9. implicit def catsDataFoldableForEitherK[F[_], G[_]](implicit F0: Foldable[F], G0: Foldable[G]): Foldable[[γ$1$]EitherK[F, G, γ$1$]]

    Permalink
    Definition Classes
    EitherKInstances3
  10. implicit def catsDataFunctorForEitherK[F[_], G[_]](implicit F0: Functor[F], G0: Functor[G]): Functor[[γ$0$]EitherK[F, G, γ$0$]]

    Permalink
    Definition Classes
    EitherKInstances3
  11. implicit def catsDataTraverseForEitherK[F[_], G[_]](implicit F0: Traverse[F], G0: Traverse[G]): Traverse[[γ$4$]EitherK[F, G, γ$4$]]

    Permalink
    Definition Classes
    EitherKInstances0
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  19. def left[G[_]]: EitherKLeft[G]

    Permalink
  20. def leftc[F[_], G[_], A](x: F[A]): EitherK[F, G, A]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def right[F[_]]: EitherKRight[F]

    Permalink
  25. def rightc[F[_], G[_], A](x: G[A]): EitherK[F, G, A]

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from EitherKInstances

Inherited from EitherKInstances0

Inherited from EitherKInstances1

Inherited from EitherKInstances2

Inherited from EitherKInstances3

Inherited from AnyRef

Inherited from Any

Ungrouped