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:
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CatsAsyncForTask
- Async
- LiftIO
- Sync
- Defer
- Bracket
- CatsBaseForTask
- Bifunctor
- SemigroupK
- CoflatMap
- MonadError
- Monad
- FlatMap
- ApplicativeError
- Applicative
- InvariantMonoidal
- Apply
- ApplyArityFunctions
- InvariantSemigroupal
- Semigroupal
- Functor
- Invariant
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CatsAsyncForTask()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def *>[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, B]
- Definition Classes
- Apply
- Annotations
- @inline()
- final def <*[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, A]
- Definition Classes
- Apply
- Annotations
- @inline()
- final def <*>[A, B](ff: IO[Throwable, (A) => B])(fa: IO[Throwable, A]): IO[Throwable, B]
- Definition Classes
- Apply
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adaptError[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, Throwable]): IO[Throwable, A]
- Definition Classes
- MonadError → ApplicativeError
- def algebra[A]: Semigroup[IO[Throwable, A]]
- Definition Classes
- SemigroupK
- def ap[A, B](ff: IO[Throwable, (A) => B])(fa: IO[Throwable, A]): IO[Throwable, B]
- Definition Classes
- CatsBaseForTask → FlatMap → Apply
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def as[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, B]
- Definition Classes
- Functor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): Task[A]
- Definition Classes
- CatsAsyncForTask → Async
- def asyncF[A](k: ((Either[Throwable, A]) => Unit) => Task[Unit]): Task[A]
- Definition Classes
- CatsAsyncForTask → Async
- def attempt[A](fa: IO[Throwable, A]): IO[Throwable, Either[Throwable, A]]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def attemptNarrow[EE <: Throwable, A](fa: IO[Throwable, A])(implicit tag: ClassTag[EE], ev: <:<[EE, Throwable]): IO[Throwable, Either[EE, A]]
- Definition Classes
- ApplicativeError
- def attemptT[A](fa: IO[Throwable, A]): EitherT[[β$0$]IO[Throwable, β$0$], Throwable, A]
- Definition Classes
- ApplicativeError
- def attemptTap[A, B](fa: IO[Throwable, A])(f: (Either[Throwable, A]) => IO[Throwable, B]): IO[Throwable, A]
- Definition Classes
- MonadError
- def bimap[A, B, C, D](fab: IO[A, B])(f: (A) => C, g: (B) => D): IO[C, D]
- Definition Classes
- CatsBaseForTask → Bifunctor
- def bracket[A, B](acquire: Task[A])(use: (A) => Task[B])(release: (A) => Task[Unit]): Task[B]
- Definition Classes
- CatsAsyncForTask → Bracket
- def bracketCase[A, B](acquire: Task[A])(use: (A) => Task[B])(release: (A, ExitCase[Throwable]) => Task[Unit]): Task[B]
- Definition Classes
- CatsAsyncForTask → Bracket
- def catchNonFatal[A](a: => A)(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def catchNonFatalEval[A](a: Eval[A])(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def catchOnly[T >: Null <: Throwable]: CatchOnlyPartiallyApplied[T, [β$0$]IO[Throwable, β$0$], Throwable]
- Definition Classes
- ApplicativeError
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def coflatMap[A, B](fa: IO[Throwable, A])(f: (IO[Throwable, A]) => B): IO[Throwable, B]
- Definition Classes
- CatsBaseForTask → CoflatMap
- def coflatten[A](fa: IO[Throwable, A]): IO[Throwable, IO[Throwable, A]]
- Definition Classes
- CatsBaseForTask → CoflatMap
- def combineK[A](ta: IO[Throwable, A], tb: IO[Throwable, A]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → SemigroupK
- def combineKEval[A](x: IO[Throwable, A], y: Eval[IO[Throwable, A]]): Eval[IO[Throwable, A]]
- Definition Classes
- SemigroupK
- def compose[G[_, _]](implicit G0: Bifunctor[G]): Bifunctor[[α, β]IO[G[α, β], G[α, β]]]
- Definition Classes
- Bifunctor
- def compose[G[_]]: SemigroupK[[α]IO[Throwable, G[α]]]
- Definition Classes
- SemigroupK
- def compose[G[_]](implicit arg0: Applicative[G]): Applicative[[α]IO[Throwable, G[α]]]
- Definition Classes
- Applicative
- def compose[G[_]](implicit arg0: Apply[G]): Apply[[α]IO[Throwable, G[α]]]
- Definition Classes
- Apply
- def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]IO[Throwable, G[α]]]
- Definition Classes
- Functor
- def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]IO[Throwable, G[α]]]
- Definition Classes
- Invariant
- def composeApply[G[_]](implicit arg0: Apply[G]): InvariantSemigroupal[[α]IO[Throwable, G[α]]]
- Definition Classes
- InvariantSemigroupal
- def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]IO[Throwable, G[α]]]
- Definition Classes
- Functor → Invariant
- def composeContravariantMonoidal[G[_]](implicit arg0: ContravariantMonoidal[G]): ContravariantMonoidal[[α]IO[Throwable, G[α]]]
- Definition Classes
- Applicative
- def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]IO[Throwable, G[α]]]
- Definition Classes
- Invariant
- final def defer[A](fa: => Task[A]): Task[A]
- Definition Classes
- Sync → Defer
- def delay[A](thunk: => A): Task[A]
- Definition Classes
- CatsAsyncForTask → Sync
- def ensure[A](fa: IO[Throwable, A])(error: => Throwable)(predicate: (A) => Boolean): IO[Throwable, A]
- Definition Classes
- MonadError
- def ensureOr[A](fa: IO[Throwable, A])(error: (A) => Throwable)(predicate: (A) => Boolean): IO[Throwable, A]
- Definition Classes
- MonadError
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fix[A](fn: (Task[A]) => Task[A]): Task[A]
- Definition Classes
- Defer
- def flatMap[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, B]
- Definition Classes
- CatsBaseForTask → FlatMap
- def flatTap[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, A]
- Definition Classes
- FlatMap
- def flatten[A](ffa: IO[Throwable, IO[Throwable, A]]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → FlatMap
- final def fmap[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, B]
- Definition Classes
- Functor
- def foreverM[A, B](fa: IO[Throwable, A]): IO[Throwable, B]
- Definition Classes
- FlatMap
- def fproduct[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, (A, B)]
- Definition Classes
- Functor
- def fproductLeft[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, (B, A)]
- Definition Classes
- Functor
- def fromEither[A](x: Either[Throwable, A]): IO[Throwable, A]
- Definition Classes
- ApplicativeError
- def fromOption[A](oa: Option[A], ifEmpty: => Throwable): IO[Throwable, A]
- Definition Classes
- ApplicativeError
- def fromTry[A](t: Try[A])(implicit ev: <:<[Throwable, Throwable]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def fromValidated[A](x: Validated[Throwable, A]): IO[Throwable, A]
- Definition Classes
- ApplicativeError
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def guarantee[A](acquire: Task[A])(finalizer: Task[Unit]): Task[A]
- Definition Classes
- CatsAsyncForTask → Bracket
- def guaranteeCase[A](acquire: Task[A])(finalizer: (ExitCase[Throwable]) => Task[Unit]): Task[A]
- Definition Classes
- CatsAsyncForTask → Bracket
- def handleError[A](fa: IO[Throwable, A])(f: (Throwable) => A): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def handleErrorWith[A](fa: IO[Throwable, A])(f: (Throwable) => IO[Throwable, A]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ifA[A](fcond: IO[Throwable, Boolean])(ifTrue: IO[Throwable, A], ifFalse: IO[Throwable, A]): IO[Throwable, A]
- Definition Classes
- Apply
- def ifElseM[A](branches: (IO[Throwable, Boolean], IO[Throwable, A])*)(els: IO[Throwable, A]): IO[Throwable, A]
- Definition Classes
- Monad
- def ifF[A](fb: IO[Throwable, Boolean])(ifTrue: => A, ifFalse: => A): IO[Throwable, A]
- Definition Classes
- Functor
- def ifM[B](fa: IO[Throwable, Boolean])(ifTrue: => IO[Throwable, B], ifFalse: => IO[Throwable, B]): IO[Throwable, B]
- Definition Classes
- FlatMap
- def imap[A, B](fa: IO[Throwable, A])(f: (A) => B)(g: (B) => A): IO[Throwable, B]
- Definition Classes
- Functor → Invariant
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterateForeverM[A, B](a: A)(f: (A) => IO[Throwable, A]): IO[Throwable, B]
- Definition Classes
- FlatMap
- def iterateUntil[A](f: IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
- Definition Classes
- Monad
- def iterateUntilM[A](init: A)(f: (A) => IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
- Definition Classes
- Monad
- def iterateWhile[A](f: IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
- Definition Classes
- Monad
- def iterateWhileM[A](init: A)(f: (A) => IO[Throwable, A])(p: (A) => Boolean): IO[Throwable, A]
- Definition Classes
- Monad
- def leftFunctor[X]: Functor[[α$1$]IO[α$1$, X]]
- Definition Classes
- Bifunctor
- def leftMap[A, B, C](fab: IO[A, B])(f: (A) => C): IO[C, B]
- Definition Classes
- Bifunctor
- def leftWiden[A, B, AA >: A](fab: IO[A, B]): IO[AA, B]
- Definition Classes
- Bifunctor
- def lift[A, B](f: (A) => B): (IO[Throwable, A]) => IO[Throwable, B]
- Definition Classes
- Functor
- def liftIO[A](ioa: cats.effect.IO[A]): Task[A]
- Definition Classes
- Async → LiftIO
- def map[A, B](fa: IO[Throwable, A])(f: (A) => B): IO[Throwable, B]
- Definition Classes
- CatsBaseForTask → Monad → Applicative → Functor
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def mproduct[A, B](fa: IO[Throwable, A])(f: (A) => IO[Throwable, B]): IO[Throwable, (A, B)]
- Definition Classes
- FlatMap
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def never[A]: Task[A]
- Definition Classes
- Async
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onCancel[A](fa: Task[A])(finalizer: Task[Unit]): Task[A]
- Definition Classes
- Bracket
- def onError[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, IO[Throwable, Unit]]): IO[Throwable, A]
- Definition Classes
- ApplicativeError
- def point[A](a: A): IO[Throwable, A]
- Definition Classes
- InvariantMonoidal
- def product[A, B](fa: IO[Throwable, A], fb: IO[Throwable, B]): IO[Throwable, (A, B)]
- Definition Classes
- CatsBaseForTask → FlatMap → Apply → Semigroupal
- def productL[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, A]
- Definition Classes
- FlatMap → Apply
- def productLEval[A, B](fa: IO[Throwable, A])(fb: Eval[IO[Throwable, B]]): IO[Throwable, A]
- Definition Classes
- FlatMap
- def productR[A, B](fa: IO[Throwable, A])(fb: IO[Throwable, B]): IO[Throwable, B]
- Definition Classes
- FlatMap → Apply
- def productREval[A, B](fa: IO[Throwable, A])(fb: Eval[IO[Throwable, B]]): IO[Throwable, B]
- Definition Classes
- FlatMap
- def pure[A](a: A): UIO[A]
- Definition Classes
- CatsBaseForTask → Applicative
- def raiseError[A](e: Throwable): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def recover[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, A]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def recoverWith[A](fa: IO[Throwable, A])(pf: PartialFunction[Throwable, IO[Throwable, A]]): IO[Throwable, A]
- Definition Classes
- CatsBaseForTask → ApplicativeError
- def redeem[A, B](fa: IO[Throwable, A])(recover: (Throwable) => B, f: (A) => B): IO[Throwable, B]
- Definition Classes
- ApplicativeError
- def redeemWith[A, B](fa: IO[Throwable, A])(recover: (Throwable) => IO[Throwable, B], bind: (A) => IO[Throwable, B]): IO[Throwable, B]
- Definition Classes
- MonadError
- def replicateA[A](n: Int, fa: IO[Throwable, A]): IO[Throwable, List[A]]
- Definition Classes
- Applicative
- def rethrow[A, EE <: Throwable](fa: IO[Throwable, Either[EE, A]]): IO[Throwable, A]
- Definition Classes
- MonadError
- def rightFunctor[X]: Functor[[β$0$]IO[X, β$0$]]
- Definition Classes
- Bifunctor
- 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
- def suspend[A](fa: => Task[A]): Task[A]
- Definition Classes
- CatsAsyncForTask → Sync
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tailRecM[A, B](a: A)(f: (A) => IO[Throwable, Either[A, B]]): IO[Throwable, B]
- Definition Classes
- CatsBaseForTask → FlatMap
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def tuple2[A, B](f1: IO[Throwable, A], f2: IO[Throwable, B]): IO[Throwable, (A, B)]
- Definition Classes
- ApplyArityFunctions
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def tupleLeft[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, (B, A)]
- Definition Classes
- Functor
- def tupleRight[A, B](fa: IO[Throwable, A], b: B): IO[Throwable, (A, B)]
- Definition Classes
- Functor
- def uncancelable[A](fa: Task[A]): Task[A]
- Definition Classes
- Bracket
- val unit: UIO[Unit]
- Definition Classes
- CatsBaseForTask → Applicative → InvariantMonoidal
- def unlessA[A](cond: Boolean)(f: => IO[Throwable, A]): IO[Throwable, Unit]
- Definition Classes
- Applicative
- def untilDefinedM[A](foa: IO[Throwable, Option[A]]): IO[Throwable, A]
- Definition Classes
- FlatMap
- def untilM[G[_], A](f: IO[Throwable, A])(cond: => IO[Throwable, Boolean])(implicit G: Alternative[G]): IO[Throwable, G[A]]
- Definition Classes
- Monad
- def untilM_[A](f: IO[Throwable, A])(cond: => IO[Throwable, Boolean]): IO[Throwable, Unit]
- Definition Classes
- Monad
- def unzip[A, B](fab: IO[Throwable, (A, B)]): (IO[Throwable, A], IO[Throwable, B])
- Definition Classes
- Functor
- def void[A](fa: IO[Throwable, A]): IO[Throwable, Unit]
- Definition Classes
- Functor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def whenA[A](cond: Boolean)(f: => IO[Throwable, A]): IO[Throwable, Unit]
- Definition Classes
- Applicative
- def whileM[G[_], A](p: IO[Throwable, Boolean])(body: => IO[Throwable, A])(implicit G: Alternative[G]): IO[Throwable, G[A]]
- Definition Classes
- Monad
- def whileM_[A](p: IO[Throwable, Boolean])(body: => IO[Throwable, A]): IO[Throwable, Unit]
- Definition Classes
- Monad
- def widen[A, B >: A](fa: IO[Throwable, A]): IO[Throwable, B]
- Definition Classes
- Functor