trait BIOCatsFunctor[F[+_, +_], E] extends Functor[[β$12$]F[E, β$12$]] with S1 with S2 with S3 with S4 with S5 with S6 with S7 with S8 with S9 with S10 with S11 with S12
Abstract Value Members
- abstract def F: Functor2[F]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def as[A, B](fa: F[E, A], b: B): F[E, B]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]F[E, G[α]]]
- def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]F[E, G[α]]]
- def composeBifunctor[G[_, _]](implicit arg0: Bifunctor[G]): Bifunctor[[α, β]F[E, G[α, β]]]
- def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]F[E, G[α]]]
- def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]F[E, G[α]]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def fmap[A, B](fa: F[E, A])(f: (A) => B): F[E, B]
- def fproduct[A, B](fa: F[E, A])(f: (A) => B): F[E, (A, B)]
- def fproductLeft[A, B](fa: F[E, A])(f: (A) => B): F[E, (B, A)]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def ifF[A](fb: F[E, Boolean])(ifTrue: => A, ifFalse: => A): F[E, A]
- def imap[A, B](fa: F[E, A])(f: (A) => B)(g: (B) => A): F[E, B]
- final def isInstanceOf[T0]: Boolean
- def lift[A, B](f: (A) => B): (F[E, A]) => F[E, B]
- final def map[A, B](fa: F[E, A])(f: (A) => B): F[E, B]
- def mapOrKeep[A, A1 >: A](fa: F[E, A])(pf: PartialFunction[A, A1]): F[E, A1]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def tupleLeft[A, B](fa: F[E, A], b: B): F[E, (B, A)]
- def tupleRight[A, B](fa: F[E, A], b: B): F[E, (A, B)]
- def unzip[A, B](fab: F[E, (A, B)]): (F[E, A], F[E, B])
- final def void[A](fa: F[E, A]): F[E, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def widen[A, B >: A](fa: F[E, A]): F[E, B]
Inherited from S12
Inherited from S11
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[[β$12$]F[E, β$12$]]
Inherited from Invariant[[β$12$]F[E, β$12$]]
Inherited from AnyRef
Inherited from Any