trait BIOCatsFunctor[F[+_, +_], E] extends Functor[[β$10$]F[E, β$10$]] with S1 with S2 with S3 with S4 with S5 with S6 with S7 with S8 with S9 with S10

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

Abstract Value Members

  1. abstract def F: BIOFunctor[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. def as[A, B](fa: F[E, A], b: B): F[E, B]
    Definition Classes
    Functor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]F[E, G[α]]]
    Definition Classes
    Functor
  8. def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]F[E, G[α]]]
    Definition Classes
    Invariant
  9. def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]F[E, G[α]]]
    Definition Classes
    Functor → Invariant
  10. def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]F[E, G[α]]]
    Definition Classes
    Invariant
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def fmap[A, B](fa: F[E, A])(f: (A) => B): F[E, B]
    Definition Classes
    Functor
  15. def fproduct[A, B](fa: F[E, A])(f: (A) => B): F[E, (A, B)]
    Definition Classes
    Functor
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def ifF[A](fb: F[E, Boolean])(ifTrue: => A, ifFalse: => A): F[E, A]
    Definition Classes
    Functor
  19. def imap[A, B](fa: F[E, A])(f: (A) => B)(g: (B) => A): F[E, B]
    Definition Classes
    Functor → Invariant
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lift[A, B](f: (A) => B): (F[E, A]) => F[E, B]
    Definition Classes
    Functor
  22. final def map[A, B](fa: F[E, A])(f: (A) => B): F[E, B]
    Definition Classes
    BIOCatsFunctor → Functor
    Annotations
    @inline()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def tupleLeft[A, B](fa: F[E, A], b: B): F[E, (B, A)]
    Definition Classes
    Functor
  29. def tupleRight[A, B](fa: F[E, A], b: B): F[E, (A, B)]
    Definition Classes
    Functor
  30. def unzip[A, B](fab: F[E, (A, B)]): (F[E, A], F[E, B])
    Definition Classes
    Functor
  31. final def void[A](fa: F[E, A]): F[E, Unit]
    Definition Classes
    BIOCatsFunctor → Functor
    Annotations
    @inline()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def widen[A, B >: A](fa: F[E, A]): F[E, B]
    Definition Classes
    BIOCatsFunctor → Functor
    Annotations
    @inline()

Inherited from S10

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 Functor[[β$10$]F[E, β$10$]]

Inherited from Invariant[[β$10$]F[E, β$10$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped