scalaz.stream.ReceiveY

ReceiveR

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 any2stringfmt
  11. by any2ArrowAssoc
  12. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReceiveR(get: B)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def *>[B](fb: ReceiveY[X, B]): ReceiveY[X, B]

    Implicit information
    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. final def *>[B](fb: ReceiveY[X, B]): ReceiveY[X, B]

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

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

    Implicit information
    This member is added by an implicit conversion from ReceiveR[B] to ArrowAssoc[ReceiveR[B]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def <*[B](fb: ReceiveY[X, B]): ReceiveY[X, B]

    Implicit information
    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](fb: ReceiveY[X, B]): ReceiveY[X, B]

    Implicit information
    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 information
    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 <*>[B](f: ReceiveY[X, (B) ⇒ B]): ReceiveY[X, B]

    Implicit information
    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
  12. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def cotraverse[G[_], B, C](f: (ReceiveY[X, B]) ⇒ C)(implicit ev: ===[B, G[B]], D: Distributive[G]): G[C]

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

    Implicit information
    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
  18. def ensuring(cond: (ReceiveR[B]) ⇒ Boolean, msg: ⇒ Any): ReceiveR[B]

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

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

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

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

    Definition Classes
    AnyRef
  23. def finalize(): Unit

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

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

    Implicit information
    This member is added by an implicit conversion from ReceiveR[B] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. val get: B

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

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

    Definition Classes
    ReceiveY
  29. def isHalted: Boolean

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

    Definition Classes
    Any
  31. def isL: Boolean

    Definition Classes
    ReceiveY
  32. def isR: Boolean

    Definition Classes
    ReceiveY
  33. def mapL[A2](f: (Nothing) ⇒ A2): ReceiveY[A2, B]

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

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

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

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

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

    Definition Classes
    AnyRef
  39. final def tuple[B](f: ReceiveY[X, B]): ReceiveY[X, (B, B)]

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

    Implicit information
    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
  41. def untilM[G[_]](p: ⇒ ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[B]]

    Implicit information
    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[G[_]](p: ⇒ ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[B]]

    Implicit information
    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. def untilM_(p: ⇒ ReceiveY[X, Boolean]): ReceiveY[X, Unit]

    Implicit information
    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
  44. def untilM_(p: ⇒ ReceiveY[X, Boolean]): ReceiveY[X, Unit]

    Implicit information
    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
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def whileM[G[_]](p: ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[B]]

    Implicit information
    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[G[_]](p: ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[B]]

    Implicit information
    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. def whileM_(p: ReceiveY[X, Boolean]): ReceiveY[X, Unit]

    Implicit information
    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
  51. def whileM_(p: ReceiveY[X, Boolean]): ReceiveY[X, Unit]

    Implicit information
    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
  52. final def |@|[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], B, B]

    Implicit information
    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
  53. final def |@|[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], B, B]

    Implicit information
    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. def [B](y: B): (ReceiveR[B], B)

    Implicit information
    This member is added by an implicit conversion from ReceiveR[B] to ArrowAssoc[ReceiveR[B]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  55. final def [B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], B, B]

    Implicit information
    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
  56. final def [B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], B, B]

    Implicit information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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 information
    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. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReceiveR[B] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveR: StringAdd).self
    Definition Classes
    StringAdd
  44. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReceiveR[B] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveR: StringFormat).self
    Definition Classes
    StringFormat
  45. final def strengthL[B](b: B): ReceiveY[X, (B, B)]

    Implicit information
    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
  46. final def strengthL[B](b: B): ReceiveY[X, (B, B)]

    Implicit information
    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
  47. final def strengthR[B](b: B): ReceiveY[X, (B, B)]

    Implicit information
    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
  48. final def strengthR[B](b: B): ReceiveY[X, (B, B)]

    Implicit information
    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
  49. final def unlessM(cond: Boolean): ReceiveY[X, Unit]

    Implicit information
    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
  50. final def unlessM(cond: Boolean): ReceiveY[X, Unit]

    Implicit information
    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
  51. final def void: ReceiveY[X, Unit]

    Implicit information
    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
  52. final def void: ReceiveY[X, Unit]

    Implicit information
    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
  53. final def whenM(cond: Boolean): ReceiveY[X, Unit]

    Implicit information
    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
  54. final def whenM(cond: Boolean): ReceiveY[X, Unit]

    Implicit information
    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
  55. final def [B](f: (B) ⇒ B): ReceiveY[X, B]

    Implicit information
    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 information
    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

Deprecated Value Members

  1. def x: ReceiveR[B]

    Implicit information
    This member is added by an implicit conversion from ReceiveR[B] to ArrowAssoc[ReceiveR[B]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveR: ArrowAssoc[ReceiveR[B]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ReceiveR[B]

    Implicit information
    This member is added by an implicit conversion from ReceiveR[B] to Ensuring[ReceiveR[B]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveR: Ensuring[ReceiveR[B]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReceiveY[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 StringAdd

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

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

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

Ungrouped