cats.functor.Contravariant

CovariantComposite

trait CovariantComposite[F[_], G[_]] extends Contravariant[[X]F[G[X]]]

Linear Supertypes
Contravariant[[X]F[G[X]]], Invariant[[X]F[G[X]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CovariantComposite
  2. Contravariant
  3. Invariant
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def F: Contravariant[F]

  2. abstract def G: Functor[G]

Concrete 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. def compose[G[_]](implicit G: Contravariant[G]): Functor[[X]F[G[G[X]]]]

    Definition Classes
    Contravariant
  9. def compose[G[_]](implicit arg0: Invariant[G], GG: Invariant[G]): Invariant[[X]F[G[G[X]]]]

    Compose 2 invariant Functors F and G to get a new Invariant Functor for F[G[_]].

    Compose 2 invariant Functors F and G to get a new Invariant Functor for F[G[_]].

    Definition Classes
    Invariant
  10. def composeWithContravariant[G[_]](implicit GG: Contravariant[G]): Invariant[[X]F[G[G[X]]]]

    Compose the Invariant Functor F with a Contravariant Functor to get a new Invariant Functor for [F[G[_]]].

    Compose the Invariant Functor F with a Contravariant Functor to get a new Invariant Functor for [F[G[_]]].

    Definition Classes
    Invariant
  11. def composeWithFunctor[G[_]](implicit G: Functor[G]): Contravariant[[X]F[G[G[X]]]]

    Compose the Invariant Functor F with a normal (Covariant) Functor to get a new Invariant Functor for [F[G[_]].

    Compose the Invariant Functor F with a normal (Covariant) Functor to get a new Invariant Functor for [F[G[_]].

    Definition Classes
    ContravariantInvariant
  12. def contramap[A, B](fga: F[G[A]])(f: (B) ⇒ A): F[G[B]]

    Definition Classes
    CovariantCompositeContravariant
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def imap[A, B](fa: F[G[A]])(f: (A) ⇒ B)(fi: (B) ⇒ A): F[G[B]]

    Definition Classes
    ContravariantInvariant
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Contravariant[[X]F[G[X]]]

Inherited from Invariant[[X]F[G[X]]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped