scalaz.stream

ReceiveY

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

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[A, B]): ReceiveY[A, B]

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

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

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

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

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

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

    Definition Classes
    Any
  11. final def >|[B](b: ⇒ B): ReceiveY[A, B]

    Implicit information
    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
  12. final def as[B](b: ⇒ B): ReceiveY[A, B]

    Implicit information
    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
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

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

  26. def formatted(fmtstr: String): String

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

    Implicit information
    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 fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[A, G[B]]

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

    Implicit information
    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
  30. final def getClass(): Class[_]

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

  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. def isHalted: Boolean

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isL: Boolean

  36. def isR: Boolean

  37. def iterateUntil(p: (B) ⇒ Boolean): ReceiveY[A, B]

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

    Implicit information
    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
  39. def liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[A, y], B]

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

    Implicit information
    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
  41. def mapL[A2](f: (A) ⇒ A2): ReceiveY[A2, B]

  42. def mapR[B2](f: (B) ⇒ B2): ReceiveY[A, B2]

  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  46. final def replicateM(n: Int): ReceiveY[A, List[B]]

    Implicit information
    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
  47. final def replicateM_(n: Int): ReceiveY[A, Unit]

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

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

    Implicit information
    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
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. final def tuple[B](f: ReceiveY[A, B]): ReceiveY[A, (B, B)]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def whenM(cond: Boolean): ReceiveY[A, Unit]

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from ReceiveY[A, 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:
    (receiveY: StringAdd).self
    Definition Classes
    StringAdd
  10. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReceiveY[A, 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:
    (receiveY: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveY[A, B] to ArrowAssoc[ReceiveY[A, 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:
    (receiveY: ArrowAssoc[ReceiveY[A, B]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ReceiveY[A, B]

    Implicit information
    This member is added by an implicit conversion from ReceiveY[A, B] to Ensuring[ReceiveY[A, 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:
    (receiveY: Ensuring[ReceiveY[A, B]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

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

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

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

Ungrouped