Class

fetch.FetchMonadError

FromMonadError

Related Doc: package FetchMonadError

Permalink

abstract class FromMonadError[M[_]] extends FetchMonadError[M]

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

Instance Constructors

  1. new FromMonadError()(implicit ME: MonadError[M, Throwable])

    Permalink

Abstract Value Members

  1. abstract def runQuery[A](q: Query[A]): M[A]

    Permalink
    Definition Classes
    FromMonadErrorFetchMonadError

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 ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    FlatMap
    Annotations
    @inline()
  5. def >>=[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[B]

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

    Permalink
    Definition Classes
    FlatMap → Apply
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. def ap2[A, B, Z](ff: M[(A, B) ⇒ Z])(fa: M[A], fb: M[B]): M[Z]

    Permalink
    Definition Classes
    Apply
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. def as[A, B](fa: M[A], b: B): M[B]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    FromMonadError → FlatMap
  47. def flatten[A](ffa: M[M[A]]): M[A]

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

    Permalink
    Definition Classes
    FlatMap
  49. def followedByEval[A, B](fa: M[A])(fb: Eval[M[B]]): M[B]

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

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

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

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

    Permalink
    Definition Classes
    ApplicativeError
  54. def handleErrorWith[A](fa: M[A])(f: (FetchException) ⇒ M[A]): M[A]

    Permalink
    Definition Classes
    FromMonadError → ApplicativeError
  55. def hashCode(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    Monad → Applicative → Functor
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. def map2[A, B, Z](fa: M[A], fb: M[B])(f: (A, B) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    Apply
  72. 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
  73. 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
  74. 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
  75. def map2Eval[A, B, Z](fa: M[A], fb: Eval[M[B]])(f: (A, B) ⇒ Z): Eval[M[Z]]

    Permalink
    Definition Classes
    Apply
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. def mproduct[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[(A, B)]

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

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

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

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

    Permalink
    Definition Classes
    FlatMap → Apply → Cartesian
  88. def pure[A](x: A): M[A]

    Permalink
    Definition Classes
    FromMonadError → Applicative
  89. def raiseError[A](e: FetchException): M[A]

    Permalink
    Definition Classes
    FromMonadError → ApplicativeError
  90. def recover[A](fa: M[A])(pf: PartialFunction[FetchException, A]): M[A]

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

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

    Permalink
    Definition Classes
    Applicative
  93. def sequence[G[_], A](as: G[M[A]])(implicit G: Traverse[G]): M[G[A]]

    Permalink
    Definition Classes
    Applicative
  94. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  95. def tailRecM[A, B](a: A)(f: (A) ⇒ M[Either[A, B]]): M[B]

    Permalink
    Definition Classes
    FromMonadError → FlatMap
  96. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  97. def traverse[A, G[_], B](value: G[A])(f: (A) ⇒ M[B])(implicit G: Traverse[G]): M[G[B]]

    Permalink
    Definition Classes
    Applicative
  98. 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
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. def tuple2[A, B](f1: M[A], f2: M[B]): M[(A, B)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  109. 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
  110. 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
  111. 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
  112. def tuple3[A0, A1, A2, Z](f0: M[A0], f1: M[A1], f2: M[A2]): M[(A0, A1, A2)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. def tupleLeft[A, B](fa: M[A], b: B): M[(B, A)]

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

    Permalink
    Definition Classes
    Functor
  121. def void[A](fa: M[A]): M[Unit]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  125. def widen[A, B >: A](fa: M[A]): M[B]

    Permalink
    Definition Classes
    Functor

Inherited from FetchMonadError[M]

Inherited from MonadError[M, FetchException]

Inherited from Monad[M]

Inherited from FlatMap[M]

Inherited from ApplicativeError[M, FetchException]

Inherited from Applicative[M]

Inherited from Apply[M]

Inherited from ApplyArityFunctions[M]

Inherited from Cartesian[M]

Inherited from Functor[M]

Inherited from Invariant[M]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped