c

monix.bio.instances

CatsBaseForTask

class CatsBaseForTask[E] extends MonadError[[β$0$]IO[E, β$0$], E] with CoflatMap[[β$1$]IO[E, β$1$]] with SemigroupK[[β$2$]IO[E, β$2$]] with Bifunctor[IO]

Cats type class instances for Task for cats.MonadError, CoflatMap, SemigroupK and Bifunctor (and implicitly for Applicative, Monad, etc).

References:

Source
CatsBaseForTask.scala
Linear Supertypes
Bifunctor[IO], SemigroupK[[β$2$]IO[E, β$2$]], CoflatMap[[β$1$]IO[E, β$1$]], MonadError[[β$0$]IO[E, β$0$], E], Monad[[β$0$]IO[E, β$0$]], FlatMap[[β$0$]IO[E, β$0$]], ApplicativeError[[β$0$]IO[E, β$0$], E], Applicative[[β$0$]IO[E, β$0$]], InvariantMonoidal[[β$0$]IO[E, β$0$]], Apply[[β$0$]IO[E, β$0$]], ApplyArityFunctions[[β$0$]IO[E, β$0$]], InvariantSemigroupal[[β$0$]IO[E, β$0$]], Semigroupal[[β$0$]IO[E, β$0$]], Functor[[β$0$]IO[E, β$0$]], Invariant[[β$0$]IO[E, β$0$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CatsBaseForTask
  2. Bifunctor
  3. SemigroupK
  4. CoflatMap
  5. MonadError
  6. Monad
  7. FlatMap
  8. ApplicativeError
  9. Applicative
  10. InvariantMonoidal
  11. Apply
  12. ApplyArityFunctions
  13. InvariantSemigroupal
  14. Semigroupal
  15. Functor
  16. Invariant
  17. Serializable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CatsBaseForTask()

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

Inherited from Bifunctor[IO]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped