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. Apply
  8. ApplyArityFunctions
  9. Semigroupal
  10. Functor
  11. Invariant
  12. Serializable
  13. Serializable
  14. AnyRef
  15. 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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >>=[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[B]

    Permalink
    Definition Classes
    FlatMap
  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 composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]M[G[α]]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Monad → Applicative → Functor
  69. 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
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. def map2[A, B, Z](fa: M[A], fb: M[B])(f: (A, B) ⇒ Z): M[Z]

    Permalink
    Definition Classes
    Apply
  80. 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
  81. 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
  82. 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
  83. def map2Eval[A, B, Z](fa: M[A], fb: Eval[M[B]])(f: (A, B) ⇒ Z): Eval[M[Z]]

    Permalink
    Definition Classes
    Apply
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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
  91. def mproduct[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[(A, B)]

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

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

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

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

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

    Permalink
    Definition Classes
    FlatMap → Apply → Semigroupal
  97. def recover[A](fa: M[A])(pf: PartialFunction[FetchException, A]): M[A]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Applicative
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. def tuple2[A, B](f1: M[A], f2: M[B]): M[(A, B)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  115. 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
  116. 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
  117. 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
  118. def tuple3[A0, A1, A2, Z](f0: M[A0], f1: M[A1], f2: M[A2]): M[(A0, A1, A2)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. def tupleLeft[A, B](fa: M[A], b: B): M[(B, A)]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Functor

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 Semigroupal[M]

Inherited from Functor[M]

Inherited from Invariant[M]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped