class BIOCatsParallel[F0[+_, +_]] extends Parallel[[β$17$]F0[Throwable, β$17$]]

Linear Supertypes
Parallel[[β$17$]F0[Throwable, β$17$]], NonEmptyParallel[[β$17$]F0[Throwable, β$17$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BIOCatsParallel
  2. Parallel
  3. NonEmptyParallel
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BIOCatsParallel(F0: BIOParallel[F0])

Type Members

  1. type F[A] = F0[Throwable, A]
    Definition Classes
    BIOCatsParallel → NonEmptyParallel
  2. type M[A] = F0[Throwable, A]

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. lazy val applicative: Applicative[F]
    Definition Classes
    BIOCatsParallel → Parallel
  5. def applicativeError[E](implicit E: MonadError[[β$17$]F0[Throwable, β$17$], E]): ApplicativeError[F, E]
    Definition Classes
    Parallel
  6. def apply: Apply[F]
    Definition Classes
    Parallel → NonEmptyParallel
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def flatMap: FlatMap[[β$17$]F0[Throwable, β$17$]]
    Definition Classes
    Parallel → NonEmptyParallel
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. lazy val monad: Monad[M]
    Definition Classes
    BIOCatsParallel → Parallel
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def parProductL[A, B](ma: F0[Throwable, A])(mb: F0[Throwable, B]): F0[Throwable, A]
    Definition Classes
    NonEmptyParallel
  21. def parProductR[A, B](ma: F0[Throwable, A])(mb: F0[Throwable, B]): F0[Throwable, B]
    Definition Classes
    NonEmptyParallel
  22. final def parallel: ~>[M, F]
    Definition Classes
    BIOCatsParallel → NonEmptyParallel
    Annotations
    @inline()
  23. final def sequential: ~>[F, M]
    Definition Classes
    BIOCatsParallel → NonEmptyParallel
    Annotations
    @inline()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Parallel[[β$17$]F0[Throwable, β$17$]]

Inherited from NonEmptyParallel[[β$17$]F0[Throwable, β$17$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped