c

monix.bio.instances

CatsAsyncForTask

class CatsAsyncForTask extends CatsBaseForTask[Throwable] with Async[Task]

Cats type class instance of Task for cats.effect.Async and CoflatMap (and implicitly for Applicative, Monad, MonadError, etc).

References:

Source
CatsConcurrentForTask.scala
Linear Supertypes
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. CatsAsyncForTask
  2. Async
  3. LiftIO
  4. Sync
  5. Defer
  6. Bracket
  7. CatsBaseForTask
  8. Bifunctor
  9. SemigroupK
  10. CoflatMap
  11. MonadError
  12. Monad
  13. FlatMap
  14. ApplicativeError
  15. Applicative
  16. InvariantMonoidal
  17. Apply
  18. ApplyArityFunctions
  19. InvariantSemigroupal
  20. Semigroupal
  21. Functor
  22. Invariant
  23. Serializable
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CatsAsyncForTask()

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
    CatsAsyncForTask → Async
  34. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => Task[Unit]): Task[A]
    Definition Classes
    CatsAsyncForTask → 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 bimap[A, B, C, D](fab: IO[A, B])(f: (A) => C, g: (B) => D): IO[C, D]
    Definition Classes
    CatsBaseForTask → Bifunctor
  40. def bracket[A, B](acquire: Task[A])(use: (A) => Task[B])(release: (A) => Task[Unit]): Task[B]
    Definition Classes
    CatsAsyncForTask → Bracket
  41. def bracketCase[A, B](acquire: Task[A])(use: (A) => Task[B])(release: (A, ExitCase[Throwable]) => Task[Unit]): Task[B]
    Definition Classes
    CatsAsyncForTask → Bracket
  42. def catchNonFatal[A](a: => A)(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  43. def catchNonFatalEval[A](a: Eval[A])(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  44. def catchOnly[T >: Null <: Throwable]: CatchOnlyPartiallyApplied[T, [β$0$]IO[Throwable, β$0$], Throwable]
    Definition Classes
    ApplicativeError
  45. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  46. def coflatMap[A, B](fa: IO[Throwable, A])(f: (IO[Throwable, A]) => B): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → CoflatMap
  47. def coflatten[A](fa: IO[Throwable, A]): IO[Throwable, IO[Throwable, A]]
    Definition Classes
    CatsBaseForTask → CoflatMap
  48. def combineK[A](ta: IO[Throwable, A], tb: IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → SemigroupK
  49. def combineKEval[A](x: IO[Throwable, A], y: Eval[IO[Throwable, A]]): Eval[IO[Throwable, A]]
    Definition Classes
    SemigroupK
  50. def compose[G[_, _]](implicit G0: Bifunctor[G]): Bifunctor[[α, β]IO[G[α, β], G[α, β]]]
    Definition Classes
    Bifunctor
  51. def compose[G[_]]: SemigroupK[[α]IO[Throwable, G[α]]]
    Definition Classes
    SemigroupK
  52. def compose[G[_]](implicit arg0: Applicative[G]): Applicative[[α]IO[Throwable, G[α]]]
    Definition Classes
    Applicative
  53. def compose[G[_]](implicit arg0: Apply[G]): Apply[[α]IO[Throwable, G[α]]]
    Definition Classes
    Apply
  54. def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]IO[Throwable, G[α]]]
    Definition Classes
    Functor
  55. def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]IO[Throwable, G[α]]]
    Definition Classes
    Invariant
  56. def composeApply[G[_]](implicit arg0: Apply[G]): InvariantSemigroupal[[α]IO[Throwable, G[α]]]
    Definition Classes
    InvariantSemigroupal
  57. def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]IO[Throwable, G[α]]]
    Definition Classes
    Functor → Invariant
  58. def composeContravariantMonoidal[G[_]](implicit arg0: ContravariantMonoidal[G]): ContravariantMonoidal[[α]IO[Throwable, G[α]]]
    Definition Classes
    Applicative
  59. def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]IO[Throwable, G[α]]]
    Definition Classes
    Invariant
  60. final def defer[A](fa: => Task[A]): Task[A]
    Definition Classes
    Sync → Defer
  61. def delay[A](thunk: => A): Task[A]
    Definition Classes
    CatsAsyncForTask → Sync
  62. def ensure[A](fa: IO[Throwable, A])(error: => Throwable)(predicate: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    MonadError
  63. def ensureOr[A](fa: IO[Throwable, A])(error: (A) => Throwable)(predicate: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    MonadError
  64. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  66. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  67. def fix[A](fn: (Task[A]) => Task[A]): Task[A]
    Definition Classes
    Defer
  68. def flatMap[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → FlatMap
  69. def flatTap[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, A]
    Definition Classes
    FlatMap
  70. def flatten[A](ffa: IO[Throwable, IO[Throwable, A]]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → FlatMap
  71. final def fmap[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, B]
    Definition Classes
    Functor
  72. def foreverM[A, B](fa: IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    FlatMap
  73. def fproduct[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, (A, B)]
    Definition Classes
    Functor
  74. def fproductLeft[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, (B, A)]
    Definition Classes
    Functor
  75. def fromEither[A](x: Either[Throwable, A]): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  76. def fromOption[A](oa: Option[A], ifEmpty: => Throwable): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  77. def fromTry[A](t: Try[A])(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  78. def fromValidated[A](x: Validated[Throwable, A]): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  79. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  80. def guarantee[A](acquire: Task[A])(finalizer: Task[Unit]): Task[A]
    Definition Classes
    CatsAsyncForTask → Bracket
  81. def guaranteeCase[A](acquire: Task[A])(finalizer: (ExitCase[Throwable]) => Task[Unit]): Task[A]
    Definition Classes
    CatsAsyncForTask → Bracket
  82. def handleError[A](fa: IO[Throwable, A])(f: (Throwable) => A): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  83. def handleErrorWith[A](fa: IO[Throwable, A])(f: (Throwable) => IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  84. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  85. def ifA[A](fcond: IO[Throwable, Boolean])(ifTrue: IO[Throwable, A], ifFalse: IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    Apply
  86. def ifElseM[A](branches: (IO[Throwable, Boolean], IO[Throwable, A])*)(els: IO[Throwable, A]): IO[Throwable, A]
    Definition Classes
    Monad
  87. def ifF[A](fb: IO[Throwable, Boolean])(ifTrue: => A, ifFalse: => A): IO[Throwable, A]
    Definition Classes
    Functor
  88. def ifM[B](fa: IO[Throwable, Boolean])(ifTrue: => IO[Throwable, B], ifFalse: => IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    FlatMap
  89. def imap[A, B](fa: IO[Throwable, A])(f: (A) => B)(g: (B) => A): IO[Throwable, B]
    Definition Classes
    Functor → Invariant
  90. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  91. def iterateForeverM[A, B](a: A)(f: (A) => IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    FlatMap
  92. def iterateUntil[A](f: IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  93. def iterateUntilM[A](init: A)(f: (A) => IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  94. def iterateWhile[A](f: IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  95. def iterateWhileM[A](init: A)(f: (A) => IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
    Definition Classes
    Monad
  96. def leftFunctor[X]: Functor[[α$1$]IO[α$1$, X]]
    Definition Classes
    Bifunctor
  97. def leftMap[A, B, C](fab: IO[A, B])(f: (A) => C): IO[C, B]
    Definition Classes
    Bifunctor
  98. def leftWiden[A, B, AA >: A](fab: IO[A, B]): IO[AA, B]
    Definition Classes
    Bifunctor
  99. def lift[A, B](f: (A) => B): (IO[Throwable, A]) => IO[Throwable, B]
    Definition Classes
    Functor
  100. def liftIO[A](ioa: cats.effect.IO[A]): Task[A]
    Definition Classes
    Async → LiftIO
  101. def map[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → Monad → Applicative → Functor
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. def mproduct[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, (A, B)]
    Definition Classes
    FlatMap
  125. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  126. def never[A]: Task[A]
    Definition Classes
    Async
  127. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  128. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  129. def onCancel[A](fa: Task[A])(finalizer: Task[Unit]): Task[A]
    Definition Classes
    Bracket
  130. def onError[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, IO[Throwable, Unit]]): IO[Throwable, A]
    Definition Classes
    ApplicativeError
  131. def point[A](a: A): IO[Throwable, A]
    Definition Classes
    InvariantMonoidal
  132. def product[A, B](fa: IO[Throwable, A], fb: IO[Throwable, B]): IO[Throwable, (A, B)]
    Definition Classes
    CatsBaseForTask → FlatMap → Apply → Semigroupal
  133. def productL[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, A]
    Definition Classes
    FlatMap → Apply
  134. def productLEval[A, B](fa: IO[Throwable, A])(fb: Eval[IO[Throwable, B]]): IO[Throwable, A]
    Definition Classes
    FlatMap
  135. def productR[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    FlatMap → Apply
  136. def productREval[A, B](fa: IO[Throwable, A])(fb: Eval[IO[Throwable, B]]): IO[Throwable, B]
    Definition Classes
    FlatMap
  137. def pure[A](a: A): UIO[A]
    Definition Classes
    CatsBaseForTask → Applicative
  138. def raiseError[A](e: Throwable): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  139. def recover[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, A]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  140. def recoverWith[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, IO[Throwable, A]]): IO[Throwable, A]
    Definition Classes
    CatsBaseForTask → ApplicativeError
  141. def redeem[A, B](fa: IO[Throwable, A])(recover: (Throwable) => B, f: (A) => B): IO[Throwable, B]
    Definition Classes
    ApplicativeError
  142. def redeemWith[A, B](fa: IO[Throwable, A])(recover: (Throwable) => IO[Throwable, B], bind: (A) => IO[Throwable, B]): IO[Throwable, B]
    Definition Classes
    MonadError
  143. def replicateA[A](n: Int, fa: IO[Throwable, A]): IO[Throwable, List[A]]
    Definition Classes
    Applicative
  144. def rethrow[A, EE <: Throwable](fa: IO[Throwable, Either[EE, A]]): IO[Throwable, A]
    Definition Classes
    MonadError
  145. def rightFunctor[X]: Functor[[β$0$]IO[X, β$0$]]
    Definition Classes
    Bifunctor
  146. 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
  147. def suspend[A](fa: => Task[A]): Task[A]
    Definition Classes
    CatsAsyncForTask → Sync
  148. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  149. def tailRecM[A, B](a: A)(f: (A) => IO[Throwable, Either[A, B]]): IO[Throwable, B]
    Definition Classes
    CatsBaseForTask → FlatMap
  150. def toString(): String
    Definition Classes
    AnyRef → Any
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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
  156. 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
  157. 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
  158. 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
  159. 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
  160. 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
  161. def tuple2[A, B](f1: IO[Throwable, A], f2: IO[Throwable, B]): IO[Throwable, (A, B)]
    Definition Classes
    ApplyArityFunctions
  162. 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
  163. 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
  164. 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
  165. 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
  166. 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
  167. 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
  168. 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
  169. 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
  170. 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
  171. 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
  172. def tupleLeft[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, (B, A)]
    Definition Classes
    Functor
  173. def tupleRight[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, (A, B)]
    Definition Classes
    Functor
  174. def uncancelable[A](fa: Task[A]): Task[A]
    Definition Classes
    Bracket
  175. val unit: UIO[Unit]
    Definition Classes
    CatsBaseForTask → Applicative → InvariantMonoidal
  176. def unlessA[A](cond: Boolean)(f: => IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Applicative
  177. def untilDefinedM[A](foa: IO[Throwable, Option[A]]): IO[Throwable, A]
    Definition Classes
    FlatMap
  178. def untilM[G[_], A](f: IO[Throwable, A])(cond: => IO[Throwable, Boolean])(implicit G: Alternative[G]): IO[Throwable, G[A]]
    Definition Classes
    Monad
  179. def untilM_[A](f: IO[Throwable, A])(cond: => IO[Throwable, Boolean]): IO[Throwable, Unit]
    Definition Classes
    Monad
  180. def unzip[A, B](fab: IO[Throwable, (A, B)]): (IO[Throwable, A], IO[Throwable, B])
    Definition Classes
    Functor
  181. def void[A](fa: IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Functor
  182. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  183. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  184. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  185. def whenA[A](cond: Boolean)(f: => IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Applicative
  186. def whileM[G[_], A](p: IO[Throwable, Boolean])(body: => IO[Throwable, A])(implicit G: Alternative[G]): IO[Throwable, G[A]]
    Definition Classes
    Monad
  187. def whileM_[A](p: IO[Throwable, Boolean])(body: => IO[Throwable, A]): IO[Throwable, Unit]
    Definition Classes
    Monad
  188. def widen[A, B >: A](fa: IO[Throwable, A]): IO[Throwable, B]
    Definition Classes
    Functor

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