Packages

  • package root
    Definition Classes
    root
  • package izumi
    Definition Classes
    root
  • package functional
    Definition Classes
    izumi
  • package bio

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    [Functor2]<--[Bifunctor2]
    [Bifunctor2]<--[ApplicativeError2]
    [Functor2]<--[Applicative2]
    [Applicative2]<--[Guarantee2]
    [Applicative2]<--[Monad2]
    [Guarantee2]<--[ApplicativeError2]
    [ApplicativeError2]<--[Error2]
    [Monad2]<--[Error2]
    [Error2]<--[Bracket2]
    [Bracket2]<--[Panic2]
    [Panic2]<--[IO2]
    [IO2]<--[Async2]
    
    [Monad2]<--[Parallel2]
    [Parallel2]<--[Concurrent2]
    [Concurrent2]<--[Async2]
    
    [Error2]<--[Temporal2]

    Auxiliary algebras:

    [cats.effect.*]<:--[CatsConversions]
    
    [Fork2]<:--[Fiber2]
    
    [BlockingIO2]
    
    [Primitives2]
    
    [Primitives2]<:--[Ref2]
    [Primitives2]<:--[Semaphore2]
    [Primitives2]<:--[Promise2]
    
    [PrimitivesM2]
    [PrimitivesM2]<:--[RefM2]
    [PrimitivesM2]<:--[Mutex2]
    
    [Entropy1]<:--[Entropy2]
    [Clock1]<:--[Clock2]
    
    [UnsafeRun2]

    Raw inheritance hierarchy:

    [Functor2]<--[Applicative2]
    [Applicative2]<--[Guarantee2]
    [Applicative2]<--[Monad2]
    [Guarantee2]<--[ApplicativeError2]
    [Bifunctor2]<--[ApplicativeError2]
    [ApplicativeError2]<--[Error2]
    [Monad2]<--[Error2]
    [Error2]<--[Bracket2]
    [Bracket2]<--[Panic2]
    [Panic2]<--[IO2]
    
    [Parallel2]<--[Concurrent2]
    [Concurrent2]<--[Async2]
    [IO2]<--[Async2]
    
    [Temporal2]

    current hierarchy roots:

    bifunctor:

    • Functor3
    • Bifunctor3
    • Parallel3
    • Temporal3

    standalone:

    • Fork3
    • BlockingIO3
    • Primitives3
    • PrimitivesM3
    Definition Classes
    functional
  • object CatsConversions
    Definition Classes
    bio
  • BIOCatsApplicative
  • BIOCatsAsync
  • BIOCatsBifunctor
  • BIOCatsClock
  • BIOCatsClockImpl
  • BIOCatsConcurrent
  • BIOCatsConcurrentImpl
  • BIOCatsFunctor
  • BIOCatsMonad
  • BIOCatsMonadCancel
  • BIOCatsMonadCancelImpl
  • BIOCatsMonadError
  • BIOCatsParallel
  • BIOCatsSpawn
  • BIOCatsSpawnImpl
  • BIOCatsSync
  • BIOCatsSyncImpl
  • BIOCatsTemporal
  • BIOCatsTemporalImpl

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

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

Abstract Value Members

  1. abstract def F: Functor2[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 as[A, B](fa: F[E, A], b: B): F[E, B]
    Definition Classes
    BIOCatsFunctor → Functor
    Annotations
    @inline()
  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. def fproductLeft[A, B](fa: F[E, A])(f: (A) => B): F[E, (B, A)]
    Definition Classes
    Functor
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def ifF[A](fb: F[E, Boolean])(ifTrue: => A, ifFalse: => A): F[E, A]
    Definition Classes
    Functor
  20. def imap[A, B](fa: F[E, A])(f: (A) => B)(g: (B) => A): F[E, B]
    Definition Classes
    Functor → Invariant
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lift[A, B](f: (A) => B): (F[E, A]) => F[E, B]
    Definition Classes
    Functor
  23. final def map[A, B](fa: F[E, A])(f: (A) => B): F[E, B]
    Definition Classes
    BIOCatsFunctor → Functor
    Annotations
    @inline()
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def tupleLeft[A, B](fa: F[E, A], b: B): F[E, (B, A)]
    Definition Classes
    Functor
  30. def tupleRight[A, B](fa: F[E, A], b: B): F[E, (A, B)]
    Definition Classes
    Functor
  31. def unzip[A, B](fab: F[E, (A, B)]): (F[E, A], F[E, B])
    Definition Classes
    Functor
  32. final def void[A](fa: F[E, A]): F[E, Unit]
    Definition Classes
    BIOCatsFunctor → Functor
    Annotations
    @inline()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def widen[A, B >: A](fa: F[E, A]): F[E, B]
    Definition Classes
    BIOCatsFunctor → Functor
    Annotations
    @inline()

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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped