class BIOBifunctorOps[F[+_, +_], E, A] extends BIOFunctorOps[F, E, A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BIOBifunctorOps
  2. BIOFunctorOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BIOBifunctorOps(r: F[E, A])(implicit F: BIOBifunctor[F])

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. implicit val F: BIOBifunctor[F]
    Attributes
    protected[this]
    Definition Classes
    BIOBifunctorOpsBIOFunctorOps
  5. final def as[B](b: => B): F[E, B]
    Definition Classes
    BIOFunctorOps
    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def bimap[E2, B](f: (E) => E2, g: (A) => B): F[E2, B]
    Annotations
    @inline()
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def leftMap[E2](f: (E) => E2): F[E2, A]
    Annotations
    @inline()
  15. final def map[B](f: (A) => B): F[E, B]
    Definition Classes
    BIOFunctorOps
    Annotations
    @inline()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val r: F[E, A]
    Attributes
    protected[this]
    Definition Classes
    BIOBifunctorOpsBIOFunctorOps
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def void: F[E, Unit]
    Definition Classes
    BIOFunctorOps
    Annotations
    @inline()
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def widen[A1](implicit ev: <:<[A, A1]): F[E, A1]
    Definition Classes
    BIOFunctorOps
    Annotations
    @inline()
  27. final def widenError[E1](implicit ev: <:<[E, E1]): F[E1, A]
    Annotations
    @inline()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BIOFunctorOps[F, E, A]

Inherited from AnyRef

Inherited from Any

Ungrouped