c

monix.bio.instances

CatsConcurrentEffectForTask

class CatsConcurrentEffectForTask extends CatsEffectForTask with ConcurrentEffect[Task]

Cats type class instances of IO for cats.effect.ConcurrentEffect.

Note this is a separate class from CatsConcurrentForTask, because we need an implicit Scheduler in scope in order to trigger the execution of a Task. However we cannot inherit directly from CatsConcurrentForTask, because it would create conflicts due to that one having a higher priority but being a super-type.

References:

Source
CatsConcurrentEfectForTask.scala
Linear Supertypes
ConcurrentEffect[Task], Concurrent[Task], CatsEffectForTask, Effect[Task], Async[Task], LiftIO[Task], Sync[Task], Defer[Task], Bracket[Task, Throwable], CatsBaseForTask[Throwable], Bifunctor[IO], SemigroupK[[β$2$]IO[Throwable, β$2$]], CoflatMap[[β$1$]IO[Throwable, β$1$]], MonadError[[β$0$]IO[Throwable, β$0$], Throwable], Monad[[β$0$]IO[Throwable, β$0$]], FlatMap[[β$0$]IO[Throwable, β$0$]], ApplicativeError[[β$0$]IO[Throwable, β$0$], Throwable], Applicative[[β$0$]IO[Throwable, β$0$]], InvariantMonoidal[[β$0$]IO[Throwable, β$0$]], Apply[[β$0$]IO[Throwable, β$0$]], ApplyArityFunctions[[β$0$]IO[Throwable, β$0$]], InvariantSemigroupal[[β$0$]IO[Throwable, β$0$]], Semigroupal[[β$0$]IO[Throwable, β$0$]], Functor[[β$0$]IO[Throwable, β$0$]], Invariant[[β$0$]IO[Throwable, β$0$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CatsConcurrentEffectForTask
  2. ConcurrentEffect
  3. Concurrent
  4. CatsEffectForTask
  5. Effect
  6. Async
  7. LiftIO
  8. Sync
  9. Defer
  10. Bracket
  11. CatsBaseForTask
  12. Bifunctor
  13. SemigroupK
  14. CoflatMap
  15. MonadError
  16. Monad
  17. FlatMap
  18. ApplicativeError
  19. Applicative
  20. InvariantMonoidal
  21. Apply
  22. ApplyArityFunctions
  23. InvariantSemigroupal
  24. Semigroupal
  25. Functor
  26. Invariant
  27. Serializable
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CatsConcurrentEffectForTask()(implicit s: Scheduler, opts: Options)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def *>[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    Apply
    Annotations
    @inline()
  4. final def <*[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, A]
    Definition Classes
    Apply
    Annotations
    @inline()
  5. final def <*>[A, B](ff: IO[Throwable, (A) => B])(fa: IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    Apply
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def adaptError[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, Throwable]): IO[Throwable, A]
    Definition Classes
    MonadError → ApplicativeError
  8. def algebra[A]: Semigroup[IO[Throwable, A]]
    Definition Classes
    SemigroupK
  9. def ap[A, B](ff: IO[Throwable, (A) => B])(fa: IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → FlatMap → Apply
  10. def ap10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  11. def ap11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  12. def ap12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  13. def ap13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  14. def ap14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  15. def ap15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  16. def ap16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  17. def ap17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  18. def ap18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  19. def ap19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  20. def ap2[A, B, Z](ff: IO[Throwable, (A, B) => Z])(fa: IO[Throwable, A], fb: IO[Throwable, B]): IO[Throwable, Z]
    Definition Classes
    FlatMap → Apply
  21. def ap20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  22. def ap21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19], f20: IO[Throwable, A20]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  23. def ap22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19], f20: IO[Throwable, A20], f21: IO[Throwable, A21]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  24. def ap3[A0, A1, A2, Z](f: IO[Throwable, (A0, A1, A2) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  25. def ap4[A0, A1, A2, A3, Z](f: IO[Throwable, (A0, A1, A2, A3) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  26. def ap5[A0, A1, A2, A3, A4, Z](f: IO[Throwable, (A0, A1, A2, A3, A4) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  27. def ap6[A0, A1, A2, A3, A4, A5, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  28. def ap7[A0, A1, A2, A3, A4, A5, A6, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  29. def ap8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  30. def ap9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f: IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8) => Z])(f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8]): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  31. def as[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, B]
    Definition Classes
    Functor
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): Task[A]
    Definition Classes
    CatsEffectForTask → Async
  34. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => Task[Unit]): Task[A]
    Definition Classes
    CatsEffectForTask → Async
  35. def attempt[A](fa: IO[Throwable, A]): IO[Throwable, Either[Throwable, A]]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  36. def attemptNarrow[EE <: Throwable, A](fa: IO[Throwable, A])(implicit tag: ClassTag[EE], ev: <:<[EE, Throwable]): IO[Throwable, Either[EE, A]]
    Definition Classes
    ApplicativeError
  37. def attemptT[A](fa: IO[Throwable, A]): EitherT[[β$0$]IO[Throwable, β$0$], Throwable, A]
    Definition Classes
    ApplicativeError
  38. def attemptTap[A, B](fa: IO[Throwable, A])(f: (Either[Throwable, A]) => IO[Throwable, B]): IO[Throwable, A]
    Definition Classes
    MonadError
  39. def background[A](fa: Task[A]): Resource[Task, Task[A]]
    Definition Classes
    Concurrent
  40. def bimap[A, B, C, D](fab: IO[A, B])(f: (A) => C, g: (B) => D): IO[C, D]
    Definition Classes
    CatsBaseForTask → Bifunctor
  41. def bracket[A, B](acquire: Task[A])(use: (A) => Task[B])(release: (A) => Task[Unit]): Task[B]
    Definition Classes
    CatsEffectForTask → Bracket
  42. def bracketCase[A, B](acquire: Task[A])(use: (A) => Task[B])(release: (A, ExitCase[Throwable]) => Task[Unit]): Task[B]
    Definition Classes
    CatsEffectForTask → Bracket
  43. def cancelable[A](k: ((Either[Throwable, A]) => Unit) => CancelToken[Task]): Task[A]
    Definition Classes
    CatsConcurrentEffectForTask → Concurrent
  44. def catchNonFatal[A](a: => A)(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  45. def catchNonFatalEval[A](a: Eval[A])(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  46. def catchOnly[T >: Null <: Throwable]: CatchOnlyPartiallyApplied[T, [β$0$]IO[Throwable, β$0$], Throwable]
    Definition Classes
    ApplicativeError
  47. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  48. def coflatMap[A, B](fa: IO[Throwable, A])(f: (IO[Throwable, A]) => B): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → CoflatMap
  49. def coflatten[A](fa: IO[Throwable, A]): IO[Throwable, IO[Throwable, A]]
    Definition Classes
    CatsBaseForTask → CoflatMap
  50. def combineK[A](ta: IO[Throwable, A], tb: IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → SemigroupK
  51. def combineKEval[A](x: IO[Throwable, A], y: Eval[IO[Throwable, A]]): Eval[IO[Throwable, A]]
    Definition Classes
    SemigroupK
  52. def compose[G[_, _]](implicit G0: Bifunctor[G]): Bifunctor[[α, β]IO[G[α, β], G[α, β]]]
    Definition Classes
    Bifunctor
  53. def compose[G[_]]: SemigroupK[[α]IO[Throwable, G[α]]]
    Definition Classes
    SemigroupK
  54. def compose[G[_]](implicit arg0: Applicative[G]): Applicative[[α]IO[Throwable, G[α]]]
    Definition Classes
    Applicative
  55. def compose[G[_]](implicit arg0: Apply[G]): Apply[[α]IO[Throwable, G[α]]]
    Definition Classes
    Apply
  56. def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]IO[Throwable, G[α]]]
    Definition Classes
    Functor
  57. def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]IO[Throwable, G[α]]]
    Definition Classes
    Invariant
  58. def composeApply[G[_]](implicit arg0: Apply[G]): InvariantSemigroupal[[α]IO[Throwable, G[α]]]
    Definition Classes
    InvariantSemigroupal
  59. def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]IO[Throwable, G[α]]]
    Definition Classes
    Functor → Invariant
  60. def composeContravariantMonoidal[G[_]](implicit arg0: ContravariantMonoidal[G]): ContravariantMonoidal[[α]IO[Throwable, G[α]]]
    Definition Classes
    Applicative
  61. def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]IO[Throwable, G[α]]]
    Definition Classes
    Invariant
  62. def continual[A, B](fa: Task[A])(f: (Either[Throwable, A]) => Task[B]): Task[B]
    Definition Classes
    Concurrent
  63. final def defer[A](fa: => Task[A]): Task[A]
    Definition Classes
    Sync → Defer
  64. def delay[A](thunk: => A): Task[A]
    Definition Classes
    CatsEffectForTask → Sync
  65. def ensure[A](fa: IO[Throwable, A])(error: => Throwable)(predicate: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    MonadError
  66. def ensureOr[A](fa: IO[Throwable, A])(error: (A) => Throwable)(predicate: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    MonadError
  67. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  69. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  70. def fix[A](fn: (Task[A]) => Task[A]): Task[A]
    Definition Classes
    Defer
  71. def flatMap[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → FlatMap
  72. def flatTap[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, A]
    Definition Classes
    FlatMap
  73. def flatten[A](ffa: IO[Throwable, IO[Throwable, A]]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → FlatMap
  74. final def fmap[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, B]
    Definition Classes
    Functor
  75. def foreverM[A, B](fa: IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    FlatMap
  76. def fproduct[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, (A, B)]
    Definition Classes
    Functor
  77. def fproductLeft[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, (B, A)]
    Definition Classes
    Functor
  78. def fromEither[A](x: Either[Throwable, A]): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  79. def fromOption[A](oa: Option[A], ifEmpty: => Throwable): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  80. def fromTry[A](t: Try[A])(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  81. def fromValidated[A](x: Validated[Throwable, A]): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  82. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  83. def guarantee[A](fa: Task[A])(finalizer: Task[Unit]): Task[A]
    Definition Classes
    Bracket
  84. def guaranteeCase[A](fa: Task[A])(finalizer: (ExitCase[Throwable]) => Task[Unit]): Task[A]
    Definition Classes
    Bracket
  85. def handleError[A](fa: IO[Throwable, A])(f: (Throwable) => A): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  86. def handleErrorWith[A](fa: IO[Throwable, A])(f: (Throwable) => IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  87. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  88. def ifA[A](fcond: IO[Throwable, Boolean])(ifTrue: IO[Throwable, A], ifFalse: IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    Apply
  89. def ifElseM[A](branches: (IO[Throwable, Boolean], IO[Throwable, A])*)(els: IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    Monad
  90. def ifF[A](fb: IO[Throwable, Boolean])(ifTrue: => A, ifFalse: => A): IO[Throwable, A]
    Definition Classes
    Functor
  91. def ifM[B](fa: IO[Throwable, Boolean])(ifTrue: => IO[Throwable, B], ifFalse: => IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    FlatMap
  92. def imap[A, B](fa: IO[Throwable, A])(f: (A) => B)(g: (B) => A): IO[Throwable, B]
    Definition Classes
    Functor → Invariant
  93. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  94. def iterateForeverM[A, B](a: A)(f: (A) => IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    FlatMap
  95. def iterateUntil[A](f: IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  96. def iterateUntilM[A](init: A)(f: (A) => IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  97. def iterateWhile[A](f: IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  98. def iterateWhileM[A](init: A)(f: (A) => IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  99. def leftFunctor[X]: Functor[[α$1$]IO[α$1$, X]]
    Definition Classes
    Bifunctor
  100. def leftMap[A, B, C](fab: IO[A, B])(f: (A) => C): IO[C, B]
    Definition Classes
    Bifunctor
  101. def leftWiden[A, B, AA >: A](fab: IO[A, B]): IO[AA, B]
    Definition Classes
    Bifunctor
  102. def lift[A, B](f: (A) => B): (IO[Throwable, A]) => IO[Throwable, B]
    Definition Classes
    Functor
  103. def liftIO[A](ioa: cats.effect.IO[A]): Task[A]
    Definition Classes
    Concurrent → Async → LiftIO
  104. def map[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → Monad → Applicative → Functor
  105. def map10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  106. def map11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  107. def map12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  108. def map13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  109. def map14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  110. def map15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  111. def map16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  112. def map17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  113. def map18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  114. def map19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  115. def map2[A, B, Z](fa: IO[Throwable, A], fb: IO[Throwable, B])(f: (A, B) => Z): IO[Throwable, Z]
    Definition Classes
    CatsBaseForTask → FlatMap → Apply
  116. def map20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  117. def map21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19], f20: IO[Throwable, A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  118. def map22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19], f20: IO[Throwable, A20], f21: IO[Throwable, A21])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  119. def map2Eval[A, B, Z](fa: IO[Throwable, A], fb: Eval[IO[Throwable, B]])(f: (A, B) => Z): Eval[IO[Throwable, Z]]
    Definition Classes
    Apply
  120. def map3[A0, A1, A2, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2])(f: (A0, A1, A2) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  121. def map4[A0, A1, A2, A3, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3])(f: (A0, A1, A2, A3) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  122. def map5[A0, A1, A2, A3, A4, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4])(f: (A0, A1, A2, A3, A4) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  123. def map6[A0, A1, A2, A3, A4, A5, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5])(f: (A0, A1, A2, A3, A4, A5) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  124. def map7[A0, A1, A2, A3, A4, A5, A6, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6])(f: (A0, A1, A2, A3, A4, A5, A6) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  125. def map8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  126. def map9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) => Z): IO[Throwable, Z]
    Definition Classes
    ApplyArityFunctions
  127. def mproduct[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, (A, B)]
    Definition Classes
    FlatMap
  128. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  129. def never[A]: Task[A]
    Definition Classes
    Async
  130. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  131. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  132. def onCancel[A](fa: Task[A])(finalizer: Task[Unit]): Task[A]
    Definition Classes
    Bracket
  133. def onError[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, IO[Throwable, Unit]]): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  134. def point[A](a: A): IO[Throwable, A]
    Definition Classes
    InvariantMonoidal
  135. def product[A, B](fa: IO[Throwable, A], fb: IO[Throwable, B]): IO[Throwable, (A, B)]
    Definition Classes
    CatsBaseForTask → FlatMap → Apply → Semigroupal
  136. def productL[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, A]
    Definition Classes
    FlatMap → Apply
  137. def productLEval[A, B](fa: IO[Throwable, A])(fb: Eval[IO[Throwable, B]]): IO[Throwable, A]
    Definition Classes
    FlatMap
  138. def productR[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    FlatMap → Apply
  139. def productREval[A, B](fa: IO[Throwable, A])(fb: Eval[IO[Throwable, B]]): IO[Throwable, B]
    Definition Classes
    FlatMap
  140. def pure[A](a: A): UIO[A]
    Definition Classes
    CatsBaseForTask → Applicative
  141. def race[A, B](fa: Task[A], fb: Task[B]): Task[Either[A, B]]
    Definition Classes
    CatsConcurrentEffectForTask → Concurrent
  142. def racePair[A, B](fa: Task[A], fb: Task[B]): Task[Either[(A, Fiber[Throwable, B]), (Fiber[Throwable, A], B)]]
    Definition Classes
    CatsConcurrentEffectForTask → Concurrent
  143. def raiseError[A](e: Throwable): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  144. def recover[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, A]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  145. def recoverWith[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, IO[Throwable, A]]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  146. def redeem[A, B](fa: IO[Throwable, A])(recover: (Throwable) => B, f: (A) => B): IO[Throwable, B]
    Definition Classes
    ApplicativeError
  147. def redeemWith[A, B](fa: IO[Throwable, A])(recover: (Throwable) => IO[Throwable, B], bind: (A) => IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    MonadError
  148. def replicateA[A](n: Int, fa: IO[Throwable, A]): IO[Throwable, List[A]]
    Definition Classes
    Applicative
  149. def rethrow[A, EE <: Throwable](fa: IO[Throwable, Either[EE, A]]): IO[Throwable, A]
    Definition Classes
    MonadError
  150. def rightFunctor[X]: Functor[[β$0$]IO[X, β$0$]]
    Definition Classes
    Bifunctor
  151. def runAsync[A](fa: Task[A])(cb: (Either[Throwable, A]) => cats.effect.IO[Unit]): SyncIO[Unit]
    Definition Classes
    CatsEffectForTask → Effect
  152. def runCancelable[A](fa: Task[A])(cb: (Either[Throwable, A]) => cats.effect.IO[Unit]): SyncIO[CancelToken[Task]]
    Definition Classes
    CatsConcurrentEffectForTask → ConcurrentEffect
  153. def start[A](fa: Task[A]): Task[Fiber[Throwable, A]]
    Definition Classes
    CatsConcurrentEffectForTask → Concurrent
  154. def sum[A, B](fa: IO[Throwable, A], fb: IO[Throwable, B])(implicit F: Functor[[β$2$]IO[Throwable, β$2$]]): IO[Throwable, Either[A, B]]
    Definition Classes
    SemigroupK
  155. def suspend[A](fa: => Task[A]): Task[A]
    Definition Classes
    CatsEffectForTask → Sync
  156. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  157. def tailRecM[A, B](a: A)(f: (A) => IO[Throwable, Either[A, B]]): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → FlatMap
  158. def toIO[A](fa: Task[A]): cats.effect.IO[A]
    Definition Classes
    ConcurrentEffect → Effect
  159. def toString(): String
    Definition Classes
    AnyRef → Any
  160. def tuple10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9)]
    Definition Classes
    ApplyArityFunctions
  161. def tuple11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]
    Definition Classes
    ApplyArityFunctions
  162. def tuple12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]
    Definition Classes
    ApplyArityFunctions
  163. def tuple13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]
    Definition Classes
    ApplyArityFunctions
  164. def tuple14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]
    Definition Classes
    ApplyArityFunctions
  165. def tuple15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]
    Definition Classes
    ApplyArityFunctions
  166. def tuple16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]
    Definition Classes
    ApplyArityFunctions
  167. def tuple17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]
    Definition Classes
    ApplyArityFunctions
  168. def tuple18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]
    Definition Classes
    ApplyArityFunctions
  169. def tuple19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]
    Definition Classes
    ApplyArityFunctions
  170. def tuple2[A, B](f1: IO[Throwable, A], f2: IO[Throwable, B]): IO[Throwable, (A, B)]
    Definition Classes
    ApplyArityFunctions
  171. def tuple20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]
    Definition Classes
    ApplyArityFunctions
  172. def tuple21[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19], f20: IO[Throwable, A20]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]
    Definition Classes
    ApplyArityFunctions
  173. def tuple22[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8], f9: IO[Throwable, A9], f10: IO[Throwable, A10], f11: IO[Throwable, A11], f12: IO[Throwable, A12], f13: IO[Throwable, A13], f14: IO[Throwable, A14], f15: IO[Throwable, A15], f16: IO[Throwable, A16], f17: IO[Throwable, A17], f18: IO[Throwable, A18], f19: IO[Throwable, A19], f20: IO[Throwable, A20], f21: IO[Throwable, A21]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]
    Definition Classes
    ApplyArityFunctions
  174. def tuple3[A0, A1, A2, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2]): IO[Throwable, (A0, A1, A2)]
    Definition Classes
    ApplyArityFunctions
  175. def tuple4[A0, A1, A2, A3, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3]): IO[Throwable, (A0, A1, A2, A3)]
    Definition Classes
    ApplyArityFunctions
  176. def tuple5[A0, A1, A2, A3, A4, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4]): IO[Throwable, (A0, A1, A2, A3, A4)]
    Definition Classes
    ApplyArityFunctions
  177. def tuple6[A0, A1, A2, A3, A4, A5, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5]): IO[Throwable, (A0, A1, A2, A3, A4, A5)]
    Definition Classes
    ApplyArityFunctions
  178. def tuple7[A0, A1, A2, A3, A4, A5, A6, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6)]
    Definition Classes
    ApplyArityFunctions
  179. def tuple8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7)]
    Definition Classes
    ApplyArityFunctions
  180. def tuple9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: IO[Throwable, A0], f1: IO[Throwable, A1], f2: IO[Throwable, A2], f3: IO[Throwable, A3], f4: IO[Throwable, A4], f5: IO[Throwable, A5], f6: IO[Throwable, A6], f7: IO[Throwable, A7], f8: IO[Throwable, A8]): IO[Throwable, (A0, A1, A2, A3, A4, A5, A6, A7, A8)]
    Definition Classes
    ApplyArityFunctions
  181. def tupleLeft[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, (B, A)]
    Definition Classes
    Functor
  182. def tupleRight[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, (A, B)]
    Definition Classes
    Functor
  183. def uncancelable[A](fa: Task[A]): Task[A]
    Definition Classes
    CatsConcurrentEffectForTask → Bracket
  184. val unit: UIO[Unit]
    Definition Classes
    CatsBaseForTask → Applicative → InvariantMonoidal
  185. def unlessA[A](cond: Boolean)(f: => IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Applicative
  186. def untilDefinedM[A](foa: IO[Throwable, Option[A]]): IO[Throwable, A]
    Definition Classes
    FlatMap
  187. def untilM[G[_], A](f: IO[Throwable, A])(cond: => IO[Throwable, Boolean])(implicit G: Alternative[G]): IO[Throwable, G[A]]
    Definition Classes
    Monad
  188. def untilM_[A](f: IO[Throwable, A])(cond: => IO[Throwable, Boolean]): IO[Throwable, Unit]
    Definition Classes
    Monad
  189. def unzip[A, B](fab: IO[Throwable, (A, B)]): (IO[Throwable, A], IO[Throwable, B])
    Definition Classes
    Functor
  190. def void[A](fa: IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Functor
  191. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  192. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  193. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  194. def whenA[A](cond: Boolean)(f: => IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Applicative
  195. def whileM[G[_], A](p: IO[Throwable, Boolean])(body: => IO[Throwable, A])(implicit G: Alternative[G]): IO[Throwable, G[A]]
    Definition Classes
    Monad
  196. def whileM_[A](p: IO[Throwable, Boolean])(body: => IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Monad
  197. def widen[A, B >: A](fa: IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    Functor

Inherited from ConcurrentEffect[Task]

Inherited from Concurrent[Task]

Inherited from CatsEffectForTask

Inherited from Effect[Task]

Inherited from Async[Task]

Inherited from LiftIO[Task]

Inherited from Sync[Task]

Inherited from Defer[Task]

Inherited from Bracket[Task, Throwable]

Inherited from CatsBaseForTask[Throwable]

Inherited from Bifunctor[IO]

Inherited from SemigroupK[[β$2$]IO[Throwable, β$2$]]

Inherited from CoflatMap[[β$1$]IO[Throwable, β$1$]]

Inherited from MonadError[[β$0$]IO[Throwable, β$0$], Throwable]

Inherited from Monad[[β$0$]IO[Throwable, β$0$]]

Inherited from FlatMap[[β$0$]IO[Throwable, β$0$]]

Inherited from ApplicativeError[[β$0$]IO[Throwable, β$0$], Throwable]

Inherited from Applicative[[β$0$]IO[Throwable, β$0$]]

Inherited from InvariantMonoidal[[β$0$]IO[Throwable, β$0$]]

Inherited from Apply[[β$0$]IO[Throwable, β$0$]]

Inherited from ApplyArityFunctions[[β$0$]IO[Throwable, β$0$]]

Inherited from InvariantSemigroupal[[β$0$]IO[Throwable, β$0$]]

Inherited from Semigroupal[[β$0$]IO[Throwable, β$0$]]

Inherited from Functor[[β$0$]IO[Throwable, β$0$]]

Inherited from Invariant[[β$0$]IO[Throwable, β$0$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped