Packages

case class HaltL(cause: Cause) extends HaltOne with Product with Serializable

Source
ReceiveY.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HaltL
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HaltOne
  7. ReceiveY
  8. AnyRef
  9. Any
Implicitly
  1. by toFunctorOps
  2. by toApplyOps
  3. by toApplicativeOps
  4. by toMonadOps
  5. by toFunctorOps
  6. by toApplyOps
  7. by toApplicativeOps
  8. by toMonadOps
  9. by any2stringadd
  10. by StringFormat
  11. by Ensuring
  12. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HaltL(cause: Cause)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def *>[B](fb: ReceiveY[X, B]): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  4. final def *>[B](fb: ReceiveY[X, B]): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  5. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from HaltL to any2stringadd[HaltL] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (HaltL, B)
    Implicit
    This member is added by an implicit conversion from HaltL to ArrowAssoc[HaltL] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def <*[B](fb: ReceiveY[X, B]): ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  8. final def <*[B](fb: ReceiveY[X, B]): ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  9. final def <*>[B](f: ReceiveY[X, (A) ⇒ B]): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  10. final def <*>[B](f: ReceiveY[X, (A) ⇒ B]): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val cause: Cause
    Definition Classes
    HaltLHaltOne
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def cosequence[G[_], B](implicit ev: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[X, B]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  16. final def cosequence[G[_], B](implicit ev: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[X, B]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  17. final def cotraverse[G[_], B, C](f: (ReceiveY[X, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  18. final def cotraverse[G[_], B, C](f: (ReceiveY[X, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  19. final def distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[X, B]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  20. final def distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[X, B]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  21. def ensuring(cond: (HaltL) ⇒ Boolean, msg: ⇒ Any): HaltL
    Implicit
    This member is added by an implicit conversion from HaltL to Ensuring[HaltL] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (HaltL) ⇒ Boolean): HaltL
    Implicit
    This member is added by an implicit conversion from HaltL to Ensuring[HaltL] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): HaltL
    Implicit
    This member is added by an implicit conversion from HaltL to Ensuring[HaltL] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): HaltL
    Implicit
    This member is added by an implicit conversion from HaltL to Ensuring[HaltL] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def flip: ReceiveY[Nothing, Nothing]
    Definition Classes
    ReceiveY
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from HaltL to StringFormat[HaltL] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def fproduct[B](f: (A) ⇒ B): ReceiveY[X, (A, B)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  30. final def fproduct[B](f: (A) ⇒ B): ReceiveY[X, (A, B)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  32. def haltedBy: Option[Cause]
    Definition Classes
    ReceiveY
  33. def isHalted: Boolean
    Definition Classes
    ReceiveY
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isL: Boolean
    Definition Classes
    ReceiveY
  36. def isR: Boolean
    Definition Classes
    ReceiveY
  37. def iterateUntil(p: (A) ⇒ Boolean): ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  38. def iterateUntil(p: (A) ⇒ Boolean): ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  39. def iterateWhile(p: (A) ⇒ Boolean): ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  40. def iterateWhile(p: (A) ⇒ Boolean): ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  41. final def map[B](f: (A) ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  42. final def map[B](f: (A) ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  43. def mapL[A2](f: (Nothing) ⇒ A2): ReceiveY[A2, Nothing]
    Definition Classes
    ReceiveY
  44. def mapR[B2](f: (Nothing) ⇒ B2): ReceiveY[Nothing, B2]
    Definition Classes
    ReceiveY
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. final def tuple[B](f: ReceiveY[X, B]): ReceiveY[X, (A, B)]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  50. final def tuple[B](f: ReceiveY[X, B]): ReceiveY[X, (A, B)]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  51. def untilM[G[_]](p: ⇒ ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  52. def untilM[G[_]](p: ⇒ ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  53. def untilM_(p: ⇒ ReceiveY[X, Boolean]): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  54. def untilM_(p: ⇒ ReceiveY[X, Boolean]): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def whileM[G[_]](p: ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  59. def whileM[G[_]](p: ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  60. def whileM_(p: ReceiveY[X, Boolean]): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  61. def whileM_(p: ReceiveY[X, Boolean]): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    MonadOps
  62. final def widen[B](implicit ev: <~<[A, B]): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  63. final def widen[B](implicit ev: <~<[A, B]): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  64. final def |@|[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  65. final def |@|[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  66. def [B](y: B): (HaltL, B)
    Implicit
    This member is added by an implicit conversion from HaltL to ArrowAssoc[HaltL] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  67. final def [B](f: (A) ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  68. final def [B](f: (A) ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    FunctorOps
  69. final def [B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps
  70. final def [B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Definition Classes
    ApplyOps

Shadowed Implicit Value Members

  1. final def >|[B](b: ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).>|(b)
    Definition Classes
    FunctorOps
  2. final def >|[B](b: ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).>|(b)
    Definition Classes
    FunctorOps
  3. implicit val F: Functor[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    FunctorOps
  4. implicit val F: Apply[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplyOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    ApplyOps
  5. implicit val F: Applicative[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    ApplicativeOps
  6. implicit val F: Monad[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: MonadOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    MonadOps
  7. implicit val F: Functor[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    FunctorOps
  8. implicit val F: Apply[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplyOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    ApplyOps
  9. implicit val F: Applicative[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    ApplicativeOps
  10. implicit val F: Monad[[y]ReceiveY[X, y]]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: MonadOps[[y]ReceiveY[X, y], A]).F
    Definition Classes
    MonadOps
  11. final def as[B](b: ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).as(b)
    Definition Classes
    FunctorOps
  12. final def as[B](b: ⇒ B): ReceiveY[X, B]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).as(b)
    Definition Classes
    FunctorOps
  13. final def fpair: ReceiveY[X, (A, A)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).fpair
    Definition Classes
    FunctorOps
  14. final def fpair: ReceiveY[X, (A, A)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).fpair
    Definition Classes
    FunctorOps
  15. final def fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[X, G[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).fpoint(arg0)
    Definition Classes
    FunctorOps
  16. final def fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[X, G[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).fpoint(arg0)
    Definition Classes
    FunctorOps
  17. def liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[X, y], A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: MonadOps[[y]ReceiveY[X, y], A]).liftM(G)
    Definition Classes
    MonadOps
  18. def liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[X, y], A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: MonadOps[[y]ReceiveY[X, y], A]).liftM(G)
    Definition Classes
    MonadOps
  19. final def replicateM(n: Int): ReceiveY[X, List[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM(n)
    Definition Classes
    ApplicativeOps
  20. final def replicateM(n: Int): ReceiveY[X, List[A]]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM(n)
    Definition Classes
    ApplicativeOps
  21. final def replicateM_(n: Int): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM_(n)
    Definition Classes
    ApplicativeOps
  22. final def replicateM_(n: Int): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM_(n)
    Definition Classes
    ApplicativeOps
  23. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    FunctorOps → Ops
  24. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplyOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    ApplyOps → Ops
  25. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    ApplicativeOps → Ops
  26. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: MonadOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    MonadOps → Ops
  27. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    FunctorOps → Ops
  28. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplyOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    ApplyOps → Ops
  29. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    ApplicativeOps → Ops
  30. val self: ReceiveY[X, A]
    Implicit
    This member is added by an implicit conversion from HaltL to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: MonadOps[[y]ReceiveY[X, y], A]).self
    Definition Classes
    MonadOps → Ops
  31. final def strengthL[B](b: B): ReceiveY[X, (B, A)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).strengthL(b)
    Definition Classes
    FunctorOps
  32. final def strengthL[B](b: B): ReceiveY[X, (B, A)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).strengthL(b)
    Definition Classes
    FunctorOps
  33. final def strengthR[B](b: B): ReceiveY[X, (A, B)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).strengthR(b)
    Definition Classes
    FunctorOps
  34. final def strengthR[B](b: B): ReceiveY[X, (A, B)]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).strengthR(b)
    Definition Classes
    FunctorOps
  35. final def unlessM(cond: Boolean): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).unlessM(cond)
    Definition Classes
    ApplicativeOps
  36. final def unlessM(cond: Boolean): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).unlessM(cond)
    Definition Classes
    ApplicativeOps
  37. final def void: ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).void
    Definition Classes
    FunctorOps
  38. final def void: ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: FunctorOps[[y]ReceiveY[X, y], A]).void
    Definition Classes
    FunctorOps
  39. final def whenM(cond: Boolean): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).whenM(cond)
    Definition Classes
    ApplicativeOps
  40. final def whenM(cond: Boolean): ReceiveY[X, Unit]
    Implicit
    This member is added by an implicit conversion from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (haltL: ApplicativeOps[[y]ReceiveY[X, y], A]).whenM(cond)
    Definition Classes
    ApplicativeOps

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HaltOne

Inherited from ReceiveY[Nothing, Nothing]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toFunctorOps from HaltL to FunctorOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion toApplyOps from HaltL to ApplyOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion toApplicativeOps from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion toMonadOps from HaltL to MonadOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion toFunctorOps from HaltL to FunctorOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion toApplyOps from HaltL to ApplyOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion toApplicativeOps from HaltL to ApplicativeOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion toMonadOps from HaltL to MonadOps[[y]ReceiveY[X, y], A]

Inherited by implicit conversion any2stringadd from HaltL to any2stringadd[HaltL]

Inherited by implicit conversion StringFormat from HaltL to StringFormat[HaltL]

Inherited by implicit conversion Ensuring from HaltL to Ensuring[HaltL]

Inherited by implicit conversion ArrowAssoc from HaltL to ArrowAssoc[HaltL]

Ungrouped