Class

scalaz.stream.ReceiveY

ReceiveL

Related Doc: package ReceiveY

Permalink

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 StringFormat
  11. by Ensuring
  12. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReceiveL(get: A)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

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

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

    Permalink
    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
  6. final def <*>[B](f: ReceiveY[A, (A) ⇒ B]): ReceiveY[A, B]

    Permalink
    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 ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Permalink
    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
  11. final def cosequence[G[_], B](implicit ev: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[A, B]]

    Permalink
    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
  12. final def cotraverse[G[_], B, C](f: (ReceiveY[A, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]

    Permalink
    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 cotraverse[G[_], B, C](f: (ReceiveY[A, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]

    Permalink
    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 distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[A, B]]

    Permalink
    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 distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[A, B]]

    Permalink
    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. def ensuring(cond: (ReceiveL[A]) ⇒ Boolean, msg: ⇒ Any): ReceiveL[A]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    ReceiveY
  23. def formatted(fmtstr: String): String

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

    Permalink
    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
  25. final def fproduct[B](f: (A) ⇒ B): ReceiveY[A, (A, B)]

    Permalink
    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
  26. val get: A

    Permalink
  27. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    ReceiveY
  29. def isHalted: Boolean

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

    Permalink
    Definition Classes
    Any
  31. def isL: Boolean

    Permalink
    Definition Classes
    ReceiveY
  32. def isR: Boolean

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

    Permalink
    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
  34. def iterateUntil(p: (A) ⇒ Boolean): ReceiveY[A, A]

    Permalink
    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
  35. def iterateWhile(p: (A) ⇒ Boolean): ReceiveY[A, A]

    Permalink
    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 iterateWhile(p: (A) ⇒ Boolean): ReceiveY[A, A]

    Permalink
    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. final def map[B](f: (A) ⇒ B): ReceiveY[A, B]

    Permalink
    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
  38. final def map[B](f: (A) ⇒ B): ReceiveY[A, B]

    Permalink
    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
  39. def mapL[A2](f: (A) ⇒ A2): ReceiveY[A2, Nothing]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def widen[B](implicit ev: <~<[A, B]): ReceiveY[A, B]

    Permalink
    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
  49. final def widen[B](implicit ev: <~<[A, B]): ReceiveY[A, B]

    Permalink
    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
  50. def [B](y: B): (ReceiveL[A], B)

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

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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)]

    Permalink
    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)]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]]

    Permalink
    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]]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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]

    Permalink
    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. final def strengthL[B](b: B): ReceiveY[A, (B, A)]

    Permalink
    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
  36. final def strengthL[B](b: B): ReceiveY[A, (B, A)]

    Permalink
    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
  37. final def strengthR[B](b: B): ReceiveY[A, (A, B)]

    Permalink
    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
  38. final def strengthR[B](b: B): ReceiveY[A, (A, B)]

    Permalink
    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
  39. final def tuple[B](f: ReceiveY[A, B]): ReceiveY[A, (A, B)]

    Permalink
    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
  40. final def tuple[B](f: ReceiveY[A, B]): ReceiveY[A, (A, B)]

    Permalink
    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
  41. final def unlessM(cond: Boolean): ReceiveY[A, Unit]

    Permalink
    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
  42. final def unlessM(cond: Boolean): ReceiveY[A, Unit]

    Permalink
    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
  43. def untilM[G[_]](p: ⇒ ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Permalink
    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
  44. def untilM[G[_]](p: ⇒ ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Permalink
    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
  45. def untilM_(p: ⇒ ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Permalink
    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
  46. def untilM_(p: ⇒ ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Permalink
    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
  47. final def void: ReceiveY[A, Unit]

    Permalink
    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
  48. final def void: ReceiveY[A, Unit]

    Permalink
    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
  49. final def whenM(cond: Boolean): ReceiveY[A, Unit]

    Permalink
    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
  50. final def whenM(cond: Boolean): ReceiveY[A, Unit]

    Permalink
    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
  51. def whileM[G[_]](p: ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Permalink
    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
  52. def whileM[G[_]](p: ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]

    Permalink
    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
  53. def whileM_(p: ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Permalink
    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
  54. def whileM_(p: ReceiveY[A, Boolean]): ReceiveY[A, Unit]

    Permalink
    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
  55. final def |@|[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]

    Permalink
    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
  56. final def |@|[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]

    Permalink
    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
  57. final def [B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]

    Permalink
    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]

    Permalink
    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

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 any2stringadd[ReceiveL[A]]

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

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

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

Ungrouped