Trait/Object

fetch

FetchMonadError

Related Docs: object FetchMonadError | package fetch

Permalink

trait FetchMonadError[M[_]] extends MonadError[M, FetchException]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FetchMonadError
  2. MonadError
  3. Monad
  4. FlatMap
  5. ApplicativeError
  6. Applicative
  7. InvariantMonoidal
  8. Apply
  9. ApplyArityFunctions
  10. InvariantSemigroupal
  11. Semigroupal
  12. Functor
  13. Invariant
  14. Serializable
  15. Serializable
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def flatMap[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[B]

    Permalink
    Definition Classes
    FlatMap
  2. abstract def handleErrorWith[A](fa: M[A])(f: (FetchException) ⇒ M[A]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  3. abstract def pure[A](x: A): M[A]

    Permalink
    Definition Classes
    Applicative
  4. abstract def raiseError[A](e: FetchException): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  5. abstract def runQuery[A](q: Query[A]): M[A]

    Permalink
  6. abstract def tailRecM[A, B](a: A)(f: (A) ⇒ M[Either[A, B]]): M[B]

    Permalink
    Definition Classes
    FlatMap

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def *>[A, B](fa: M[A])(fb: M[B]): M[B]

    Permalink
    Definition Classes
    Apply
    Annotations
    @inline()
  4. final def <*[A, B](fa: M[A])(fb: M[B]): M[A]

    Permalink
    Definition Classes
    Apply
    Annotations
    @inline()
  5. final def <*>[A, B](ff: M[(A) ⇒ B])(fa: M[A]): M[B]

    Permalink
    Definition Classes
    Apply
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def adaptError[A](fa: M[A])(pf: PartialFunction[FetchException, FetchException]): M[A]

    Permalink
    Definition Classes
    MonadError
  8. def ap[A, B](ff: M[(A) ⇒ B])(fa: M[A]): M[B]

    Permalink
    Definition Classes
    FlatMap → Apply
  9. def ap10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  10. def ap11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  11. def ap12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  12. def ap13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  13. def ap14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  14. def ap15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  15. def ap16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  16. def ap17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  17. def ap18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  18. def ap19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  19. def ap2[A, B, Z](ff: M[(A, B) ⇒ Z])(fa: M[A], fb: M[B]): M[Z]

    Permalink
    Definition Classes
    Apply
  20. def ap20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  21. 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: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19], f20: M[A20]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  22. 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: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19], f20: M[A20], f21: M[A21]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  23. def ap3[A0, A1, A2, Z](f: M[(A0, A1, A2) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  24. def ap4[A0, A1, A2, A3, Z](f: M[(A0, A1, A2, A3) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  25. def ap5[A0, A1, A2, A3, A4, Z](f: M[(A0, A1, A2, A3, A4) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  26. def ap6[A0, A1, A2, A3, A4, A5, Z](f: M[(A0, A1, A2, A3, A4, A5) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  27. def ap7[A0, A1, A2, A3, A4, A5, A6, Z](f: M[(A0, A1, A2, A3, A4, A5, A6) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  28. def ap8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  29. def ap9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f: M[(A0, A1, A2, A3, A4, A5, A6, A7, A8) ⇒ Z])(f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8]): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  30. def as[A, B](fa: M[A], b: B): M[B]

    Permalink
    Definition Classes
    Functor
  31. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  32. def attempt[A](fa: M[A]): M[Either[FetchException, A]]

    Permalink
    Definition Classes
    ApplicativeError
  33. def attemptT[A](fa: M[A]): EitherT[M, FetchException, A]

    Permalink
    Definition Classes
    ApplicativeError
  34. def catchNonFatal[A](a: ⇒ A)(implicit ev: <:<[Throwable, FetchException]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  35. def catchNonFatalEval[A](a: Eval[A])(implicit ev: <:<[Throwable, FetchException]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  36. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def compose[G[_]](implicit arg0: Applicative[G]): Applicative[[α]M[G[α]]]

    Permalink
    Definition Classes
    Applicative
  38. def compose[G[_]](implicit arg0: Apply[G]): Apply[[α]M[G[α]]]

    Permalink
    Definition Classes
    Apply
  39. def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]M[G[α]]]

    Permalink
    Definition Classes
    Functor
  40. def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]M[G[α]]]

    Permalink
    Definition Classes
    Invariant
  41. def composeApply[G[_]](implicit arg0: Apply[G]): InvariantSemigroupal[[α]M[G[α]]]

    Permalink
    Definition Classes
    InvariantSemigroupal
  42. def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]M[G[α]]]

    Permalink
    Definition Classes
    Functor → Invariant
  43. def composeContravariantMonoidal[G[_]](implicit arg0: ContravariantMonoidal[G]): ContravariantMonoidal[[α]M[G[α]]]

    Permalink
    Definition Classes
    Applicative
  44. def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]M[G[α]]]

    Permalink
    Definition Classes
    Invariant
  45. def ensure[A](fa: M[A])(error: ⇒ FetchException)(predicate: (A) ⇒ Boolean): M[A]

    Permalink
    Definition Classes
    MonadError
  46. def ensureOr[A](fa: M[A])(error: (A) ⇒ FetchException)(predicate: (A) ⇒ Boolean): M[A]

    Permalink
    Definition Classes
    MonadError
  47. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  49. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def flatTap[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[A]

    Permalink
    Definition Classes
    FlatMap
  51. def flatten[A](ffa: M[M[A]]): M[A]

    Permalink
    Definition Classes
    FlatMap
  52. final def fmap[A, B](fa: M[A])(f: (A) ⇒ B): M[B]

    Permalink
    Definition Classes
    Functor
  53. def fproduct[A, B](fa: M[A])(f: (A) ⇒ B): M[(A, B)]

    Permalink
    Definition Classes
    Functor
  54. def fromEither[A](x: Either[FetchException, A]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  55. def fromTry[A](t: Try[A])(implicit ev: <:<[Throwable, FetchException]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  56. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  57. def handleError[A](fa: M[A])(f: (FetchException) ⇒ A): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  58. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  59. def ifM[B](fa: M[Boolean])(ifTrue: ⇒ M[B], ifFalse: ⇒ M[B]): M[B]

    Permalink
    Definition Classes
    FlatMap
  60. def imap[A, B](fa: M[A])(f: (A) ⇒ B)(g: (B) ⇒ A): M[B]

    Permalink
    Definition Classes
    Functor → Invariant
  61. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  62. def iterateUntil[A](f: M[A])(p: (A) ⇒ Boolean): M[A]

    Permalink
    Definition Classes
    Monad
  63. def iterateUntilM[A](init: A)(f: (A) ⇒ M[A])(p: (A) ⇒ Boolean): M[A]

    Permalink
    Definition Classes
    Monad
  64. def iterateWhile[A](f: M[A])(p: (A) ⇒ Boolean): M[A]

    Permalink
    Definition Classes
    Monad
  65. def iterateWhileM[A](init: A)(f: (A) ⇒ M[A])(p: (A) ⇒ Boolean): M[A]

    Permalink
    Definition Classes
    Monad
  66. def lift[A, B](f: (A) ⇒ B): (M[A]) ⇒ M[B]

    Permalink
    Definition Classes
    Functor
  67. def map[A, B](fa: M[A])(f: (A) ⇒ B): M[B]

    Permalink
    Definition Classes
    Monad → Applicative → Functor
  68. def map10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  69. def map11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  70. def map12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  71. def map13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  72. def map14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  73. def map15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  74. def map16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  75. def map17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  76. def map18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  77. def map19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  78. def map2[A, B, Z](fa: M[A], fb: M[B])(f: (A, B) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    Apply
  79. def map20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  80. 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: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19], f20: M[A20])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  81. 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: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19], f20: M[A20], f21: M[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): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  82. def map2Eval[A, B, Z](fa: M[A], fb: Eval[M[B]])(f: (A, B) ⇒ Z): Eval[M[Z]]

    Permalink
    Definition Classes
    Apply
  83. def map3[A0, A1, A2, Z](f0: M[A0], f1: M[A1], f2: M[A2])(f: (A0, A1, A2) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  84. def map4[A0, A1, A2, A3, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3])(f: (A0, A1, A2, A3) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  85. def map5[A0, A1, A2, A3, A4, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4])(f: (A0, A1, A2, A3, A4) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  86. def map6[A0, A1, A2, A3, A4, A5, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5])(f: (A0, A1, A2, A3, A4, A5) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  87. def map7[A0, A1, A2, A3, A4, A5, A6, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6])(f: (A0, A1, A2, A3, A4, A5, A6) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  88. def map8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7])(f: (A0, A1, A2, A3, A4, A5, A6, A7) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  89. def map9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8])(f: (A0, A1, A2, A3, A4, A5, A6, A7, A8) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    ApplyArityFunctions
  90. def mproduct[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[(A, B)]

    Permalink
    Definition Classes
    FlatMap
  91. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  92. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  93. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  94. def onError[A](fa: M[A])(pf: PartialFunction[FetchException, M[Unit]]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  95. def point[A](a: A): M[A]

    Permalink
    Definition Classes
    InvariantMonoidal
  96. def product[A, B](fa: M[A], fb: M[B]): M[(A, B)]

    Permalink
    Definition Classes
    FlatMap → Apply → Semigroupal
  97. def productL[A, B](fa: M[A])(fb: M[B]): M[A]

    Permalink
    Definition Classes
    Apply
  98. def productLEval[A, B](fa: M[A])(fb: Eval[M[B]]): M[A]

    Permalink
    Definition Classes
    FlatMap
  99. def productR[A, B](fa: M[A])(fb: M[B]): M[B]

    Permalink
    Definition Classes
    Apply
  100. def productREval[A, B](fa: M[A])(fb: Eval[M[B]]): M[B]

    Permalink
    Definition Classes
    FlatMap
  101. def recover[A](fa: M[A])(pf: PartialFunction[FetchException, A]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  102. def recoverWith[A](fa: M[A])(pf: PartialFunction[FetchException, M[A]]): M[A]

    Permalink
    Definition Classes
    ApplicativeError
  103. def replicateA[A](n: Int, fa: M[A]): M[List[A]]

    Permalink
    Definition Classes
    Applicative
  104. def rethrow[A](fa: M[Either[FetchException, A]]): M[A]

    Permalink
    Definition Classes
    MonadError
  105. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  106. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  107. def tuple10[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  108. def tuple11[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  109. def tuple12[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  110. def tuple13[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  111. def tuple14[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  112. def tuple15[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  113. def tuple16[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  114. def tuple17[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  115. def tuple18[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  116. def tuple19[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  117. def tuple2[A, B](f1: M[A], f2: M[B]): M[(A, B)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  118. def tuple20[A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  119. 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: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19], f20: M[A20]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  120. 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: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8], f9: M[A9], f10: M[A10], f11: M[A11], f12: M[A12], f13: M[A13], f14: M[A14], f15: M[A15], f16: M[A16], f17: M[A17], f18: M[A18], f19: M[A19], f20: M[A20], f21: M[A21]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  121. def tuple3[A0, A1, A2, Z](f0: M[A0], f1: M[A1], f2: M[A2]): M[(A0, A1, A2)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  122. def tuple4[A0, A1, A2, A3, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3]): M[(A0, A1, A2, A3)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  123. def tuple5[A0, A1, A2, A3, A4, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4]): M[(A0, A1, A2, A3, A4)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  124. def tuple6[A0, A1, A2, A3, A4, A5, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5]): M[(A0, A1, A2, A3, A4, A5)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  125. def tuple7[A0, A1, A2, A3, A4, A5, A6, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6]): M[(A0, A1, A2, A3, A4, A5, A6)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  126. def tuple8[A0, A1, A2, A3, A4, A5, A6, A7, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7]): M[(A0, A1, A2, A3, A4, A5, A6, A7)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  127. def tuple9[A0, A1, A2, A3, A4, A5, A6, A7, A8, Z](f0: M[A0], f1: M[A1], f2: M[A2], f3: M[A3], f4: M[A4], f5: M[A5], f6: M[A6], f7: M[A7], f8: M[A8]): M[(A0, A1, A2, A3, A4, A5, A6, A7, A8)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  128. def tupleLeft[A, B](fa: M[A], b: B): M[(B, A)]

    Permalink
    Definition Classes
    Functor
  129. def tupleRight[A, B](fa: M[A], b: B): M[(A, B)]

    Permalink
    Definition Classes
    Functor
  130. def unit: M[Unit]

    Permalink
    Definition Classes
    Applicative → InvariantMonoidal
  131. def unlessA[A](cond: Boolean)(f: ⇒ M[A]): M[Unit]

    Permalink
    Definition Classes
    Applicative
  132. def untilM[G[_], A](f: M[A])(cond: ⇒ M[Boolean])(implicit G: Alternative[G]): M[G[A]]

    Permalink
    Definition Classes
    Monad
  133. def untilM_[A](f: M[A])(cond: ⇒ M[Boolean]): M[Unit]

    Permalink
    Definition Classes
    Monad
  134. def void[A](fa: M[A]): M[Unit]

    Permalink
    Definition Classes
    Functor
  135. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  136. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  137. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  138. def whenA[A](cond: Boolean)(f: ⇒ M[A]): M[Unit]

    Permalink
    Definition Classes
    Applicative
  139. def whileM[G[_], A](p: M[Boolean])(body: ⇒ M[A])(implicit G: Alternative[G]): M[G[A]]

    Permalink
    Definition Classes
    Monad
  140. def whileM_[A](p: M[Boolean])(body: ⇒ M[A]): M[Unit]

    Permalink
    Definition Classes
    Monad
  141. def widen[A, B >: A](fa: M[A]): M[B]

    Permalink
    Definition Classes
    Functor

Deprecated Value Members

  1. final def followedBy[A, B](fa: M[A])(fb: M[B]): M[B]

    Permalink
    Definition Classes
    Apply
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 1.0.0-RC2) Use *> or productR instead.

  2. def followedByEval[A, B](fa: M[A])(fb: Eval[M[B]]): M[B]

    Permalink
    Definition Classes
    FlatMap
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-RC2) Use productREval instead.

  3. final def forEffect[A, B](fa: M[A])(fb: M[B]): M[A]

    Permalink
    Definition Classes
    Apply
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 1.0.0-RC2) Use <* or productL instead.

  4. def forEffectEval[A, B](fa: M[A])(fb: Eval[M[B]]): M[A]

    Permalink
    Definition Classes
    FlatMap
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-RC2) Use productLEval instead.

Inherited from MonadError[M, FetchException]

Inherited from Monad[M]

Inherited from FlatMap[M]

Inherited from ApplicativeError[M, FetchException]

Inherited from Applicative[M]

Inherited from InvariantMonoidal[M]

Inherited from Apply[M]

Inherited from ApplyArityFunctions[M]

Inherited from InvariantSemigroupal[M]

Inherited from Semigroupal[M]

Inherited from Functor[M]

Inherited from Invariant[M]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped