trait BIOCatsBifunctor[F[+_, +_]] extends Bifunctor[F] with S1 with S2 with S3 with S4 with S5 with S6 with S7 with S8 with S9

Linear Supertypes
S9, S8, S7, S6, S5, S4, S3, S2, S1, Bifunctor[F], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BIOCatsBifunctor
  2. S9
  3. S8
  4. S7
  5. S6
  6. S5
  7. S4
  8. S3
  9. S2
  10. S1
  11. Bifunctor
  12. Serializable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def F: BIOBifunctor[F]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def bimap[A, B, C, D](fab: F[A, B])(f: (A) => C, g: (B) => D): F[C, D]
    Definition Classes
    BIOCatsBifunctor → Bifunctor
    Annotations
    @inline()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def compose[G[_, _]](implicit G0: Bifunctor[G]): Bifunctor[[α, β]F[G[α, β], G[α, β]]]
    Definition Classes
    Bifunctor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def leftFunctor[X]: Functor[[α$1$]F[α$1$, X]]
    Definition Classes
    Bifunctor
  15. final def leftMap[A, B, C](fab: F[A, B])(f: (A) => C): F[C, B]
    Definition Classes
    BIOCatsBifunctor → Bifunctor
    Annotations
    @inline()
  16. def leftWiden[A, B, AA >: A](fab: F[A, B]): F[AA, B]
    Definition Classes
    Bifunctor
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def rightFunctor[X]: Functor[[β$0$]F[X, β$0$]]
    Definition Classes
    Bifunctor
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from S9

Inherited from S8

Inherited from S7

Inherited from S6

Inherited from S5

Inherited from S4

Inherited from S3

Inherited from S2

Inherited from S1

Inherited from Bifunctor[F]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped