Packages

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

Source
ReceiveY.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReceiveR
  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 ReceiveR(get: B)

Value Members

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

Shadowed Implicit Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReceiveY[Nothing, B]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toFunctorOps from ReceiveR[B] to FunctorOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion toApplyOps from ReceiveR[B] to ApplyOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion toApplicativeOps from ReceiveR[B] to ApplicativeOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion toMonadOps from ReceiveR[B] to MonadOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion toFunctorOps from ReceiveR[B] to FunctorOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion toApplyOps from ReceiveR[B] to ApplyOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion toApplicativeOps from ReceiveR[B] to ApplicativeOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion toMonadOps from ReceiveR[B] to MonadOps[[y]ReceiveY[X, y], B]

Inherited by implicit conversion any2stringadd from ReceiveR[B] to any2stringadd[ReceiveR[B]]

Inherited by implicit conversion StringFormat from ReceiveR[B] to StringFormat[ReceiveR[B]]

Inherited by implicit conversion Ensuring from ReceiveR[B] to Ensuring[ReceiveR[B]]

Inherited by implicit conversion ArrowAssoc from ReceiveR[B] to ArrowAssoc[ReceiveR[B]]

Ungrouped