sealed trait ReceiveY[+A, +B] extends AnyRef

Source
ReceiveY.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReceiveY
  2. AnyRef
  3. Any
Implicitly
  1. by toFunctorOps
  2. by toApplyOps
  3. by toApplicativeOps
  4. by toMonadOps
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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

Shadowed Implicit Value Members

  1. implicit val F: Functor[[y]ReceiveY[A, y]]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to FunctorOps[[y]ReceiveY[A, y], B] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: FunctorOps[[y]ReceiveY[A, y], B]).F
    Definition Classes
    FunctorOps
  2. implicit val F: Apply[[y]ReceiveY[A, y]]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to ApplyOps[[y]ReceiveY[A, y], B] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: ApplyOps[[y]ReceiveY[A, y], B]).F
    Definition Classes
    ApplyOps
  3. implicit val F: Applicative[[y]ReceiveY[A, y]]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to ApplicativeOps[[y]ReceiveY[A, y], B] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: ApplicativeOps[[y]ReceiveY[A, y], B]).F
    Definition Classes
    ApplicativeOps
  4. implicit val F: Monad[[y]ReceiveY[A, y]]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to MonadOps[[y]ReceiveY[A, y], B] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: MonadOps[[y]ReceiveY[A, y], B]).F
    Definition Classes
    MonadOps
  5. val self: ReceiveY[A, B]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to FunctorOps[[y]ReceiveY[A, y], B] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: FunctorOps[[y]ReceiveY[A, y], B]).self
    Definition Classes
    FunctorOps → Ops
  6. val self: ReceiveY[A, B]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to ApplyOps[[y]ReceiveY[A, y], B] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: ApplyOps[[y]ReceiveY[A, y], B]).self
    Definition Classes
    ApplyOps → Ops
  7. val self: ReceiveY[A, B]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to ApplicativeOps[[y]ReceiveY[A, y], B] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: ApplicativeOps[[y]ReceiveY[A, y], B]).self
    Definition Classes
    ApplicativeOps → Ops
  8. val self: ReceiveY[A, B]
    Implicit
    This member is added by an implicit conversion from ReceiveY[A, B] to MonadOps[[y]ReceiveY[A, y], B] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if A is context-bounded by scalaz.Monoid (A: Monoid).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (receiveY: MonadOps[[y]ReceiveY[A, y], B]).self
    Definition Classes
    MonadOps → Ops

Inherited from AnyRef

Inherited from Any

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

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

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

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

Inherited by implicit conversion any2stringadd from ReceiveY[A, B] to any2stringadd[ReceiveY[A, B]]

Inherited by implicit conversion StringFormat from ReceiveY[A, B] to StringFormat[ReceiveY[A, B]]

Inherited by implicit conversion Ensuring from ReceiveY[A, B] to Ensuring[ReceiveY[A, B]]

Inherited by implicit conversion ArrowAssoc from ReceiveY[A, B] to ArrowAssoc[ReceiveY[A, B]]

Ungrouped