com.pagerduty.funhttpclient.HttpInstances

MonadInstance

trait MonadInstance[E] extends Monad[[X]Http[E, X]]

Linear Supertypes
Monad[[X]Http[E, X]], Bind[[X]Http[E, X]], Applicative[[X]Http[E, X]], Apply[[X]Http[E, X]], Functor[[X]Http[E, X]], InvariantFunctor[[X]Http[E, X]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MonadInstance
  2. Monad
  3. Bind
  4. Applicative
  5. Apply
  6. Functor
  7. InvariantFunctor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ApplicativeLaw extends scalaz.Applicative.ApplyLaw

    Definition Classes
    Applicative
  2. trait ApplyLaw extends scalaz.Apply.FunctorLaw

    Definition Classes
    Apply
  3. trait BindLaw extends scalaz.Bind.ApplyLaw

    Definition Classes
    Bind
  4. type D0[A] = EitherT[W, E, A]

  5. trait FunctorLaw extends scalaz.Functor.InvariantFunctorLaw

    Definition Classes
    Functor
  6. type H0[A] = Http[E, A]

  7. trait InvariantFunctorLaw extends AnyRef

    Definition Classes
    InvariantFunctor
  8. trait MonadLaw extends scalaz.Monad.ApplicativeLaw with scalaz.Monad.BindLaw

    Definition Classes
    Monad

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ap[A, B](fa: ⇒ Http[E, A])(f: ⇒ Http[E, (A) ⇒ B]): Http[E, B]

    Definition Classes
    Bind → Apply
  7. def ap2[A, B, C](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B])(f: Http[E, (A, B) ⇒ C]): Http[E, C]

    Definition Classes
    Apply
  8. def ap3[A, B, C, D](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C])(f: Http[E, (A, B, C) ⇒ D]): Http[E, D]

    Definition Classes
    Apply
  9. def ap4[A, B, C, D, E](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D])(f: Http[E, (A, B, C, D) ⇒ E]): Http[E, E]

    Definition Classes
    Apply
  10. def ap5[A, B, C, D, E, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E])(f: Http[E, (A, B, C, D, E) ⇒ R]): Http[E, R]

    Definition Classes
    Apply
  11. def ap6[A, B, C, D, E, FF, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF])(f: Http[E, (A, B, C, D, E, FF) ⇒ R]): Http[E, R]

    Definition Classes
    Apply
  12. def ap7[A, B, C, D, E, FF, G, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G])(f: Http[E, (A, B, C, D, E, FF, G) ⇒ R]): Http[E, R]

    Definition Classes
    Apply
  13. def ap8[A, B, C, D, E, FF, G, H, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G], fh: ⇒ Http[E, H])(f: Http[E, (A, B, C, D, E, FF, G, H) ⇒ R]): Http[E, R]

    Definition Classes
    Apply
  14. def apF[A, B](f: ⇒ Http[E, (A) ⇒ B]): (Http[E, A]) ⇒ Http[E, B]

    Definition Classes
    Apply
  15. def applicativeLaw: ApplicativeLaw

    Definition Classes
    Applicative
  16. val applicativeSyntax: ApplicativeSyntax[[X]Http[E, X]]

    Definition Classes
    Applicative
  17. def apply[A, B](fa: Http[E, A])(f: (A) ⇒ B): Http[E, B]

    Definition Classes
    Functor
  18. def apply10[A, B, C, D, E, FF, G, H, I, J, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G], fh: ⇒ Http[E, H], fi: ⇒ Http[E, I], fj: ⇒ Http[E, J])(f: (A, B, C, D, E, FF, G, H, I, J) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  19. def apply11[A, B, C, D, E, FF, G, H, I, J, K, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G], fh: ⇒ Http[E, H], fi: ⇒ Http[E, I], fj: ⇒ Http[E, J], fk: ⇒ Http[E, K])(f: (A, B, C, D, E, FF, G, H, I, J, K) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  20. def apply12[A, B, C, D, E, FF, G, H, I, J, K, L, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G], fh: ⇒ Http[E, H], fi: ⇒ Http[E, I], fj: ⇒ Http[E, J], fk: ⇒ Http[E, K], fl: ⇒ Http[E, L])(f: (A, B, C, D, E, FF, G, H, I, J, K, L) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  21. def apply2[A, B, C](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B])(f: (A, B) ⇒ C): Http[E, C]

    Definition Classes
    Applicative → Apply
  22. def apply3[A, B, C, D](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C])(f: (A, B, C) ⇒ D): Http[E, D]

    Definition Classes
    Apply
  23. def apply4[A, B, C, D, E](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D])(f: (A, B, C, D) ⇒ E): Http[E, E]

    Definition Classes
    Apply
  24. def apply5[A, B, C, D, E, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E])(f: (A, B, C, D, E) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  25. def apply6[A, B, C, D, E, FF, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF])(f: (A, B, C, D, E, FF) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  26. def apply7[A, B, C, D, E, FF, G, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G])(f: (A, B, C, D, E, FF, G) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  27. def apply8[A, B, C, D, E, FF, G, H, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G], fh: ⇒ Http[E, H])(f: (A, B, C, D, E, FF, G, H) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  28. def apply9[A, B, C, D, E, FF, G, H, I, R](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E], ff: ⇒ Http[E, FF], fg: ⇒ Http[E, G], fh: ⇒ Http[E, H], fi: ⇒ Http[E, I])(f: (A, B, C, D, E, FF, G, H, I) ⇒ R): Http[E, R]

    Definition Classes
    Apply
  29. def applyApplicative: Applicative[[α]\/[Http[E, α], α]]

    Definition Classes
    Apply
  30. def applyLaw: ApplyLaw

    Definition Classes
    Apply
  31. val applySyntax: ApplySyntax[[X]Http[E, X]]

    Definition Classes
    Apply
  32. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  33. def bicompose[G[_, _]](implicit arg0: Bifunctor[G]): Bifunctor[[α, β]Http[E, G[α, β]]]

    Definition Classes
    Functor
  34. def bind[A, B](fa: H0[A])(f: (A) ⇒ H0[B]): H0[B]

    Definition Classes
    MonadInstance → Bind
  35. def bindLaw: BindLaw

    Definition Classes
    Bind
  36. val bindSyntax: BindSyntax[[X]Http[E, X]]

    Definition Classes
    Bind
  37. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def compose[G[_]](implicit G0: Applicative[G]): Applicative[[α]Http[E, G[α]]]

    Definition Classes
    Applicative
  39. def compose[G[_]](implicit G0: Apply[G]): Apply[[α]Http[E, G[α]]]

    Definition Classes
    Apply
  40. def compose[G[_]](implicit G0: Functor[G]): Functor[[α]Http[E, G[α]]]

    Definition Classes
    Functor
  41. def counzip[A, B](a: \/[Http[E, A], Http[E, B]]): Http[E, \/[A, B]]

    Definition Classes
    Functor
  42. implicit val eitherTMonad: Monad[[α]EitherT[D0, E, α]]

  43. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  45. def filterM[A](l: List[A])(f: (A) ⇒ Http[E, Boolean]): Http[E, List[A]]

    Definition Classes
    Applicative
  46. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def flip: Applicative[[X]Http[E, X]]

    Definition Classes
    Applicative
  48. def forever[A, B](fa: Http[E, A]): Http[E, B]

    Definition Classes
    Bind
  49. def fpair[A](fa: Http[E, A]): Http[E, (A, A)]

    Definition Classes
    Functor
  50. def fproduct[A, B](fa: Http[E, A])(f: (A) ⇒ B): Http[E, (A, B)]

    Definition Classes
    Functor
  51. def functorLaw: FunctorLaw

    Definition Classes
    Functor
  52. val functorSyntax: FunctorSyntax[[X]Http[E, X]]

    Definition Classes
    Functor
  53. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  54. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  55. def icompose[G[_]](implicit G0: Contravariant[G]): Contravariant[[α]Http[E, G[α]]]

    Definition Classes
    Functor
  56. def ifM[B](value: Http[E, Boolean], ifTrue: ⇒ Http[E, B], ifFalse: ⇒ Http[E, B]): Http[E, B]

    Definition Classes
    Bind
  57. def invariantFunctorLaw: InvariantFunctorLaw

    Definition Classes
    InvariantFunctor
  58. val invariantFunctorSyntax: InvariantFunctorSyntax[[X]Http[E, X]]

    Definition Classes
    InvariantFunctor
  59. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  60. def iterateUntil[A](f: Http[E, A])(p: (A) ⇒ Boolean): Http[E, A]

    Definition Classes
    Monad
  61. def iterateWhile[A](f: Http[E, A])(p: (A) ⇒ Boolean): Http[E, A]

    Definition Classes
    Monad
  62. def join[A](ffa: Http[E, Http[E, A]]): Http[E, A]

    Definition Classes
    Bind
  63. def lift[A, B](f: (A) ⇒ B): (Http[E, A]) ⇒ Http[E, B]

    Definition Classes
    Functor
  64. def lift10[A, B, C, D, E, FF, G, H, I, J, R](f: (A, B, C, D, E, FF, G, H, I, J) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E], Http[E, FF], Http[E, G], Http[E, H], Http[E, I], Http[E, J]) ⇒ Http[E, R]

    Definition Classes
    Apply
  65. def lift11[A, B, C, D, E, FF, G, H, I, J, K, R](f: (A, B, C, D, E, FF, G, H, I, J, K) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E], Http[E, FF], Http[E, G], Http[E, H], Http[E, I], Http[E, J], Http[E, K]) ⇒ Http[E, R]

    Definition Classes
    Apply
  66. def lift12[A, B, C, D, E, FF, G, H, I, J, K, L, R](f: (A, B, C, D, E, FF, G, H, I, J, K, L) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E], Http[E, FF], Http[E, G], Http[E, H], Http[E, I], Http[E, J], Http[E, K], Http[E, L]) ⇒ Http[E, R]

    Definition Classes
    Apply
  67. def lift2[A, B, C](f: (A, B) ⇒ C): (Http[E, A], Http[E, B]) ⇒ Http[E, C]

    Definition Classes
    Apply
  68. def lift3[A, B, C, D](f: (A, B, C) ⇒ D): (Http[E, A], Http[E, B], Http[E, C]) ⇒ Http[E, D]

    Definition Classes
    Apply
  69. def lift4[A, B, C, D, E](f: (A, B, C, D) ⇒ E): (Http[E, A], Http[E, B], Http[E, C], Http[E, D]) ⇒ Http[E, E]

    Definition Classes
    Apply
  70. def lift5[A, B, C, D, E, R](f: (A, B, C, D, E) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E]) ⇒ Http[E, R]

    Definition Classes
    Apply
  71. def lift6[A, B, C, D, E, FF, R](f: (A, B, C, D, E, FF) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E], Http[E, FF]) ⇒ Http[E, R]

    Definition Classes
    Apply
  72. def lift7[A, B, C, D, E, FF, G, R](f: (A, B, C, D, E, FF, G) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E], Http[E, FF], Http[E, G]) ⇒ Http[E, R]

    Definition Classes
    Apply
  73. def lift8[A, B, C, D, E, FF, G, H, R](f: (A, B, C, D, E, FF, G, H) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E], Http[E, FF], Http[E, G], Http[E, H]) ⇒ Http[E, R]

    Definition Classes
    Apply
  74. def lift9[A, B, C, D, E, FF, G, H, I, R](f: (A, B, C, D, E, FF, G, H, I) ⇒ R): (Http[E, A], Http[E, B], Http[E, C], Http[E, D], Http[E, E], Http[E, FF], Http[E, G], Http[E, H], Http[E, I]) ⇒ Http[E, R]

    Definition Classes
    Apply
  75. def map[A, B](fa: Http[E, A])(f: (A) ⇒ B): Http[E, B]

    Definition Classes
    Monad → Applicative → Functor
  76. def mapply[A, B](a: A)(f: Http[E, (A) ⇒ B]): Http[E, B]

    Definition Classes
    Functor
  77. def monadLaw: MonadLaw

    Definition Classes
    Monad
  78. val monadSyntax: MonadSyntax[[X]Http[E, X]]

    Definition Classes
    Monad
  79. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  80. final def notify(): Unit

    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  82. def point[A](a: ⇒ A): Http[E, A]

    Definition Classes
    MonadInstance → Applicative
  83. def product[G[_]](implicit G0: Applicative[G]): Applicative[[α](Http[E, α], G[α])]

    Definition Classes
    Applicative
  84. def product[G[_]](implicit G0: Apply[G]): Apply[[α](Http[E, α], G[α])]

    Definition Classes
    Apply
  85. def product[G[_]](implicit G0: Functor[G]): Functor[[α](Http[E, α], G[α])]

    Definition Classes
    Functor
  86. final def pure[A](a: ⇒ A): Http[E, A]

    Definition Classes
    Applicative
  87. def replicateM[A](n: Int, fa: Http[E, A]): Http[E, List[A]]

    Definition Classes
    Applicative
  88. def replicateM_[A](n: Int, fa: Http[E, A]): Http[E, Unit]

    Definition Classes
    Applicative
  89. def sequence[A, G[_]](as: G[Http[E, A]])(implicit arg0: Traverse[G]): Http[E, G[A]]

    Definition Classes
    Applicative
  90. def sequence1[A, G[_]](as: G[Http[E, A]])(implicit arg0: Traverse1[G]): Http[E, G[A]]

    Definition Classes
    Apply
  91. def strengthL[A, B](a: A, f: Http[E, B]): Http[E, (A, B)]

    Definition Classes
    Functor
  92. def strengthR[A, B](f: Http[E, A], b: B): Http[E, (A, B)]

    Definition Classes
    Functor
  93. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  94. def toString(): String

    Definition Classes
    AnyRef → Any
  95. def traverse[A, G[_], B](value: G[A])(f: (A) ⇒ Http[E, B])(implicit G: Traverse[G]): Http[E, G[B]]

    Definition Classes
    Applicative
  96. def traverse1[A, G[_], B](value: G[A])(f: (A) ⇒ Http[E, B])(implicit G: Traverse1[G]): Http[E, G[B]]

    Definition Classes
    Apply
  97. def tuple2[A, B](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B]): Http[E, (A, B)]

    Definition Classes
    Apply
  98. def tuple3[A, B, C](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C]): Http[E, (A, B, C)]

    Definition Classes
    Apply
  99. def tuple4[A, B, C, D](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D]): Http[E, (A, B, C, D)]

    Definition Classes
    Apply
  100. def tuple5[A, B, C, D, E](fa: ⇒ Http[E, A], fb: ⇒ Http[E, B], fc: ⇒ Http[E, C], fd: ⇒ Http[E, D], fe: ⇒ Http[E, E]): Http[E, (A, B, C, D, E)]

    Definition Classes
    Apply
  101. def unlessM[A](cond: Boolean)(f: ⇒ Http[E, A]): Http[E, Unit]

    Definition Classes
    Applicative
  102. def untilM[G[_], A](f: Http[E, A], cond: ⇒ Http[E, Boolean])(implicit G: MonadPlus[G]): Http[E, G[A]]

    Definition Classes
    Monad
  103. def untilM_[A](f: Http[E, A], cond: ⇒ Http[E, Boolean]): Http[E, Unit]

    Definition Classes
    Monad
  104. def void[A](fa: Http[E, A]): Http[E, Unit]

    Definition Classes
    Functor
  105. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. def whenM[A](cond: Boolean)(f: ⇒ Http[E, A]): Http[E, Unit]

    Definition Classes
    Applicative
  109. def whileM[G[_], A](p: Http[E, Boolean], body: ⇒ Http[E, A])(implicit G: MonadPlus[G]): Http[E, G[A]]

    Definition Classes
    Monad
  110. def whileM_[A](p: Http[E, Boolean], body: ⇒ Http[E, A]): Http[E, Unit]

    Definition Classes
    Monad
  111. implicit val writerTMonad: Monad[[α]WriterT[Future, RequestLog, α]]

  112. def xmap[A, B](fa: Http[E, A], f: (A) ⇒ B, g: (B) ⇒ A): Http[E, B]

    Definition Classes
    Functor → InvariantFunctor
  113. def xmapb[A, B](ma: Http[E, A])(b: scalaz.BijectionT.Bijection[A, B]): Http[E, B]

    Definition Classes
    InvariantFunctor
  114. def xmapi[A, B](ma: Http[E, A])(iso: scalaz.Isomorphism.<=>[A, B]): Http[E, B]

    Definition Classes
    InvariantFunctor

Deprecated Value Members

  1. def zip: Zip[[X]Http[E, X]]

    Definition Classes
    Apply
    Annotations
    @deprecated
    Deprecated

    (Since version 7.1.0) Apply#zip produces unlawful instances

Inherited from Monad[[X]Http[E, X]]

Inherited from Bind[[X]Http[E, X]]

Inherited from Applicative[[X]Http[E, X]]

Inherited from Apply[[X]Http[E, X]]

Inherited from Functor[[X]Http[E, X]]

Inherited from InvariantFunctor[[X]Http[E, X]]

Inherited from AnyRef

Inherited from Any

Ungrouped