scalaz.stream.ReceiveY

ReceiveL

case class ReceiveL[+A](get: A) extends ReceiveY[A, Nothing] with Product with Serializable

Source
ReceiveY.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReceiveL
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ReceiveY
  7. AnyRef
  8. 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 any2stringfmt
  11. by any2ArrowAssoc
  12. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReceiveL(get: A)

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ReceiveL[A], B)

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ArrowAssoc[ReceiveL[A]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def <*>[B](f: ReceiveY[A, (A) ⇒ B]): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    ApplyOps
  7. final def <*>[B](f: ReceiveY[A, (A) ⇒ B]): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    ApplyOps
  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def cosequence[G[_], B](implicit ev: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[A, B]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  13. final def cosequence[G[_], B](implicit ev: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[A, B]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  14. final def cotraverse[G[_], B, C](f: (ReceiveY[A, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  15. final def cotraverse[G[_], B, C](f: (ReceiveY[A, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  16. final def distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[A, B]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  17. final def distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[A, B]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  18. def ensuring(cond: (ReceiveL[A]) ⇒ Boolean, msg: ⇒ Any): ReceiveL[A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to Ensuring[ReceiveL[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (ReceiveL[A]) ⇒ Boolean): ReceiveL[A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to Ensuring[ReceiveL[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): ReceiveL[A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to Ensuring[ReceiveL[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): ReceiveL[A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to Ensuring[ReceiveL[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def flip: ReceiveY[Nothing, A]

    Definition Classes
    ReceiveY
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def fproduct[B](f: (A) ⇒ B): ReceiveY[A, (A, B)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  27. final def fproduct[B](f: (A) ⇒ B): ReceiveY[A, (A, B)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  28. val get: A

  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def haltedBy: Option[Cause]

    Definition Classes
    ReceiveY
  31. def isHalted: Boolean

    Definition Classes
    ReceiveY
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def isL: Boolean

    Definition Classes
    ReceiveY
  34. def isR: Boolean

    Definition Classes
    ReceiveY
  35. def iterateUntil(p: (A) ⇒ Boolean): ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    MonadOps
  36. def iterateUntil(p: (A) ⇒ Boolean): ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    MonadOps
  37. def iterateWhile(p: (A) ⇒ Boolean): ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    MonadOps
  38. def iterateWhile(p: (A) ⇒ Boolean): ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    MonadOps
  39. final def map[B](f: (A) ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  40. final def map[B](f: (A) ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  41. def mapL[A2](f: (A) ⇒ A2): ReceiveY[A2, Nothing]

    Definition Classes
    ReceiveY
  42. def mapR[B2](f: (Nothing) ⇒ B2): ReceiveY[A, B2]

    Definition Classes
    ReceiveY
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (ReceiveL[A], B)

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ArrowAssoc[ReceiveL[A]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  51. final def [B](f: (A) ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps
  52. final def [B](f: (A) ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Definition Classes
    FunctorOps

Shadowed Implicit Value Members

  1. final def *>[B](fb: ReceiveY[A, B]): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).*>(fb)
    Definition Classes
    ApplyOps
  2. final def *>[B](fb: ReceiveY[A, B]): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).*>(fb)
    Definition Classes
    ApplyOps
  3. final def <*[B](fb: ReceiveY[A, B]): ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).<*(fb)
    Definition Classes
    ApplyOps
  4. final def <*[B](fb: ReceiveY[A, B]): ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).<*(fb)
    Definition Classes
    ApplyOps
  5. final def >|[B](b: ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).>|(b)
    Definition Classes
    FunctorOps
  6. final def >|[B](b: ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).>|(b)
    Definition Classes
    FunctorOps
  7. implicit val F: Functor[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    FunctorOps
  8. implicit val F: Apply[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    ApplyOps
  9. implicit val F: Applicative[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    ApplicativeOps
  10. implicit val F: Monad[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    MonadOps
  11. implicit val F: Functor[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    FunctorOps
  12. implicit val F: Apply[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    ApplyOps
  13. implicit val F: Applicative[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    ApplicativeOps
  14. implicit val F: Monad[[y]ReceiveY[A, y]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).F
    Definition Classes
    MonadOps
  15. final def as[B](b: ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).as(b)
    Definition Classes
    FunctorOps
  16. final def as[B](b: ⇒ B): ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).as(b)
    Definition Classes
    FunctorOps
  17. final def fpair: ReceiveY[A, (A, A)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpair
    Definition Classes
    FunctorOps
  18. final def fpair: ReceiveY[A, (A, A)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpair
    Definition Classes
    FunctorOps
  19. final def fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[A, G[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpoint(arg0)
    Definition Classes
    FunctorOps
  20. final def fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[A, G[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpoint(arg0)
    Definition Classes
    FunctorOps
  21. def liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[A, y], A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).liftM(G)
    Definition Classes
    MonadOps
  22. def liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[A, y], A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).liftM(G)
    Definition Classes
    MonadOps
  23. final def replicateM(n: Int): ReceiveY[A, List[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM(n)
    Definition Classes
    ApplicativeOps
  24. final def replicateM(n: Int): ReceiveY[A, List[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM(n)
    Definition Classes
    ApplicativeOps
  25. final def replicateM_(n: Int): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM_(n)
    Definition Classes
    ApplicativeOps
  26. final def replicateM_(n: Int): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM_(n)
    Definition Classes
    ApplicativeOps
  27. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    FunctorOps → Ops
  28. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    ApplyOps → Ops
  29. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    ApplicativeOps → Ops
  30. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    MonadOps → Ops
  31. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    FunctorOps → Ops
  32. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    ApplyOps → Ops
  33. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    ApplicativeOps → Ops
  34. val self: ReceiveY[A, A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).self
    Definition Classes
    MonadOps → Ops
  35. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to StringAdd performed by method any2stringadd in scala.Predef.
    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:
    (receiveL: StringAdd).self
    Definition Classes
    StringAdd
  36. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    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:
    (receiveL: StringFormat).self
    Definition Classes
    StringFormat
  37. final def strengthL[B](b: B): ReceiveY[A, (B, A)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthL(b)
    Definition Classes
    FunctorOps
  38. final def strengthL[B](b: B): ReceiveY[A, (B, A)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthL(b)
    Definition Classes
    FunctorOps
  39. final def strengthR[B](b: B): ReceiveY[A, (A, B)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthR(b)
    Definition Classes
    FunctorOps
  40. final def strengthR[B](b: B): ReceiveY[A, (A, B)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthR(b)
    Definition Classes
    FunctorOps
  41. final def tuple[B](f: ReceiveY[A, B]): ReceiveY[A, (A, B)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).tuple(f)
    Definition Classes
    ApplyOps
  42. final def tuple[B](f: ReceiveY[A, B]): ReceiveY[A, (A, B)]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).tuple(f)
    Definition Classes
    ApplyOps
  43. final def unlessM(cond: Boolean): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).unlessM(cond)
    Definition Classes
    ApplicativeOps
  44. final def unlessM(cond: Boolean): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).unlessM(cond)
    Definition Classes
    ApplicativeOps
  45. def untilM[G[_]](p: ⇒ ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM(p)(G)
    Definition Classes
    MonadOps
  46. def untilM[G[_]](p: ⇒ ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM(p)(G)
    Definition Classes
    MonadOps
  47. def untilM_(p: ⇒ ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM_(p)
    Definition Classes
    MonadOps
  48. def untilM_(p: ⇒ ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM_(p)
    Definition Classes
    MonadOps
  49. final def void: ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).void
    Definition Classes
    FunctorOps
  50. final def void: ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: FunctorOps[[y]ReceiveY[A, y], A]).void
    Definition Classes
    FunctorOps
  51. final def whenM(cond: Boolean): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).whenM(cond)
    Definition Classes
    ApplicativeOps
  52. final def whenM(cond: Boolean): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).whenM(cond)
    Definition Classes
    ApplicativeOps
  53. def whileM[G[_]](p: ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM(p)(G)
    Definition Classes
    MonadOps
  54. def whileM[G[_]](p: ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM(p)(G)
    Definition Classes
    MonadOps
  55. def whileM_(p: ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM_(p)
    Definition Classes
    MonadOps
  56. def whileM_(p: ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM_(p)
    Definition Classes
    MonadOps
  57. final def |@|[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).|@|(fb)
    Definition Classes
    ApplyOps
  58. final def |@|[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).|@|(fb)
    Definition Classes
    ApplyOps
  59. final def [B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).⊛(fb)
    Definition Classes
    ApplyOps
  60. final def [B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    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:
    (receiveL: ApplyOps[[y]ReceiveY[A, y], A]).⊛(fb)
    Definition Classes
    ApplyOps

Deprecated Value Members

  1. def x: ReceiveL[A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to ArrowAssoc[ReceiveL[A]] performed by method any2ArrowAssoc in scala.Predef.
    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:
    (receiveL: ArrowAssoc[ReceiveL[A]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ReceiveL[A]

    Implicit information
    This member is added by an implicit conversion from ReceiveL[A] to Ensuring[ReceiveL[A]] performed by method any2Ensuring in scala.Predef.
    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:
    (receiveL: Ensuring[ReceiveL[A]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReceiveY[A, Nothing]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

Inherited by implicit conversion any2stringadd from ReceiveL[A] to StringAdd

Inherited by implicit conversion any2stringfmt from ReceiveL[A] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ReceiveL[A] to ArrowAssoc[ReceiveL[A]]

Inherited by implicit conversion any2Ensuring from ReceiveL[A] to Ensuring[ReceiveL[A]]

Ungrouped