sealed trait ReceiveY[+A, +B] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReceiveY
- AnyRef
- Any
Implicitly
- by toFunctorOps
- by toApplyOps
- by toApplicativeOps
- by toMonadOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
- def +(other: String): String
- def ->[B](y: B): (ReceiveY[A, B], B)
-
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
-
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
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
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
-
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
- def ensuring(cond: (ReceiveY[A, B]) ⇒ Boolean, msg: ⇒ Any): ReceiveY[A, B]
- def ensuring(cond: (ReceiveY[A, B]) ⇒ Boolean): ReceiveY[A, B]
- def ensuring(cond: Boolean, msg: ⇒ Any): ReceiveY[A, B]
- def ensuring(cond: Boolean): ReceiveY[A, B]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flip: ReceiveY[B, A]
- def formatted(fmtstr: String): String
-
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
-
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
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def haltedBy: Option[Cause]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def isHalted: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isL: Boolean
- def isR: Boolean
-
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
-
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
-
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
-
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
- def mapL[A2](f: (A) ⇒ A2): ReceiveY[A2, B]
- def mapR[B2](f: (B) ⇒ B2): ReceiveY[A, B2]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
-
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
-
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
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
-
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
-
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
-
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
-
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
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
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
-
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
-
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
-
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
- def →[B](y: B): (ReceiveY[A, B], B)
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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