trait Bicovariant[<=>[+_, +_]] extends RightCovariant[<=>]
- Self Type
 - Bicovariant[<=>]
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Bicovariant
 - RightCovariant
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Abstract Value Members
-  abstract def bimap[A, B, AA, BB](f: (A) => AA, g: (B) => BB): (<=>[A, B]) => <=>[AA, BB]
 
Concrete Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  def bimapCoherence[A, A2, A3, B, B2, B3](ab: <=>[A, B], f: (A) => A2, g: (B) => B2)(implicit eq: Equal[<=>[A2, B2]]): Boolean
 -  def bimapCompose[A, B, A2, A3, B2, B3](ab: <=>[A, B], g: (A2) => A3, f: (A) => A2, i: (B) => B2, h: (B2) => B3)(implicit eq: Equal[<=>[A3, B3]]): Boolean
 -  def bimapIdentity[A, B, B2, B3](ab: <=>[A, B])(implicit eq: Equal[<=>[A, B]]): Boolean
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -    def deriveCovariant[A]: Covariant[[+B]<=>[A, B]]
- Definition Classes
 - RightCovariant
 
 -  def deriveFailureCovariant[A]: Covariant[[+E]Type[<=>[E, A]]]
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def leftMap[A, B, AA](f: (A) => AA): (<=>[A, B]) => <=>[AA, B]
 -  def leftMapCompose[A, B, A2, A3](ab: <=>[A, B], f: (A) => A2, g: (A2) => A3)(implicit eq: Equal[<=>[A3, B]]): Boolean
 -  def leftMapIdentity[A, B](ab: <=>[A, B])(implicit eq: Equal[<=>[A, B]]): Boolean
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    def rightMap[A, B, BB](g: (B) => BB): (<=>[A, B]) => <=>[A, BB]
- Definition Classes
 - Bicovariant → RightCovariant
 
 -    def rightMapCompose[A, B, B2, B3](ab: <=>[A, B], f: (B) => B2, g: (B2) => B3)(implicit eq: Equal[<=>[A, B3]]): Boolean
- Definition Classes
 - RightCovariant
 
 -    def rightMapIdentity[A, B](ab: <=>[A, B])(implicit eq: Equal[<=>[A, B]]): Boolean
- Definition Classes
 - RightCovariant
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()