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. Semigroupal
  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
    FetchMonadError

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 flatMap[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[B]

    Permalink
    Definition Classes
    FromMonadError → FlatMap
  49. def flatTap[A, B](fa: M[A])(f: (A) ⇒ M[B]): M[A]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    FromMonadError → ApplicativeError
  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 sequence[G[_], A](as: G[M[A]])(implicit G: Traverse[G]): M[G[A]]

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

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

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

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

    Permalink
    Definition Classes
    Applicative
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. def tuple2[A, B](f1: M[A], f2: M[B]): M[(A, B)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  120. 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
  121. 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
  122. 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
  123. def tuple3[A0, A1, A2, Z](f0: M[A0], f1: M[A1], f2: M[A2]): M[(A0, A1, A2)]

    Permalink
    Definition Classes
    ApplyArityFunctions
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. def tupleLeft[A, B](fa: M[A], b: B): M[(B, A)]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Monad
  143. 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 Semigroupal[M]

Inherited from Functor[M]

Inherited from Invariant[M]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped