case class ReceiveL[+A](get: A) extends ReceiveY[A, Nothing] with Product with Serializable
- Source
- ReceiveY.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReceiveL
- Serializable
- Serializable
- Product
- Equals
- ReceiveY
- AnyRef
- Any
Implicitly
- by toFunctorOps
- by toApplyOps
- by toApplicativeOps
- by toMonadOps
- by toFunctorOps
- by toApplyOps
- by toApplicativeOps
- by toMonadOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReceiveL(get: A)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (ReceiveL[A], B)
-
final
def
<*>[B](f: ReceiveY[A, (A) ⇒ B]): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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, (A) ⇒ B]): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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
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: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[A, B]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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
cosequence[G[_], B](implicit ev: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[A, B]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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: ===[A, G[B]], D: Distributive[G]): G[C]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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: ===[A, G[B]], D: Distributive[G]): G[C]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[A, B]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[A, B]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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: (ReceiveL[A]) ⇒ Boolean, msg: ⇒ Any): ReceiveL[A]
- def ensuring(cond: (ReceiveL[A]) ⇒ Boolean): ReceiveL[A]
- def ensuring(cond: Boolean, msg: ⇒ Any): ReceiveL[A]
- def ensuring(cond: Boolean): ReceiveL[A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flip: ReceiveY[Nothing, A]
- Definition Classes
- ReceiveY
- def formatted(fmtstr: String): String
-
final
def
fproduct[B](f: (A) ⇒ B): ReceiveY[A, (A, B)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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: (A) ⇒ B): ReceiveY[A, (A, B)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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
- val get: A
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
haltedBy: Option[Cause]
- Definition Classes
- ReceiveY
-
def
isHalted: Boolean
- Definition Classes
- ReceiveY
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isL: Boolean
- Definition Classes
- ReceiveY
-
def
isR: Boolean
- Definition Classes
- ReceiveY
-
def
iterateUntil(p: (A) ⇒ Boolean): ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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
iterateUntil(p: (A) ⇒ Boolean): ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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: (A) ⇒ Boolean): ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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: (A) ⇒ Boolean): ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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: (A) ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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
map[B](f: (A) ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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, Nothing]
- Definition Classes
- ReceiveY
-
def
mapR[B2](f: (Nothing) ⇒ B2): ReceiveY[A, B2]
- Definition Classes
- ReceiveY
-
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
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
widen[B](implicit ev: <~<[A, B]): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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
widen[B](implicit ev: <~<[A, B]): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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 →[B](y: B): (ReceiveL[A], B)
-
final
def
∘[B](f: (A) ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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](f: (A) ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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
Shadowed Implicit Value Members
-
final
def
*>[B](fb: ReceiveY[A, B]): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).*>(fb)
- Definition Classes
- ApplyOps
-
final
def
*>[B](fb: ReceiveY[A, B]): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).*>(fb)
- Definition Classes
- ApplyOps
-
final
def
<*[B](fb: ReceiveY[A, B]): ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).<*(fb)
- Definition Classes
- ApplyOps
-
final
def
<*[B](fb: ReceiveY[A, B]): ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).<*(fb)
- Definition Classes
- ApplyOps
-
final
def
>|[B](b: ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).>|(b)
- Definition Classes
- FunctorOps
-
final
def
>|[B](b: ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).>|(b)
- Definition Classes
- FunctorOps
-
implicit
val
F: Functor[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- FunctorOps
-
implicit
val
F: Apply[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- ApplyOps
-
implicit
val
F: Applicative[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- ApplicativeOps
-
implicit
val
F: Monad[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- MonadOps
-
implicit
val
F: Functor[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- FunctorOps
-
implicit
val
F: Apply[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- ApplyOps
-
implicit
val
F: Applicative[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- ApplicativeOps
-
implicit
val
F: Monad[[y]ReceiveY[A, y]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).F
- Definition Classes
- MonadOps
-
final
def
as[B](b: ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).as(b)
- Definition Classes
- FunctorOps
-
final
def
as[B](b: ⇒ B): ReceiveY[A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).as(b)
- Definition Classes
- FunctorOps
-
final
def
fpair: ReceiveY[A, (A, A)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpair
- Definition Classes
- FunctorOps
-
final
def
fpair: ReceiveY[A, (A, A)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpair
- Definition Classes
- FunctorOps
-
final
def
fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[A, G[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpoint(arg0)
- Definition Classes
- FunctorOps
-
final
def
fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[A, G[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).fpoint(arg0)
- Definition Classes
- FunctorOps
-
def
liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[A, y], A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).liftM(G)
- Definition Classes
- MonadOps
-
def
liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[A, y], A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).liftM(G)
- Definition Classes
- MonadOps
-
final
def
replicateM(n: Int): ReceiveY[A, List[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM(n)
- Definition Classes
- ApplicativeOps
-
final
def
replicateM(n: Int): ReceiveY[A, List[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM(n)
- Definition Classes
- ApplicativeOps
-
final
def
replicateM_(n: Int): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM_(n)
- Definition Classes
- ApplicativeOps
-
final
def
replicateM_(n: Int): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).replicateM_(n)
- Definition Classes
- ApplicativeOps
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- FunctorOps → Ops
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- ApplyOps → Ops
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- ApplicativeOps → Ops
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- MonadOps → Ops
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- FunctorOps → Ops
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- ApplyOps → Ops
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- ApplicativeOps → Ops
-
val
self: ReceiveY[A, A]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).self
- Definition Classes
- MonadOps → Ops
-
final
def
strengthL[B](b: B): ReceiveY[A, (B, A)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthL(b)
- Definition Classes
- FunctorOps
-
final
def
strengthL[B](b: B): ReceiveY[A, (B, A)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthL(b)
- Definition Classes
- FunctorOps
-
final
def
strengthR[B](b: B): ReceiveY[A, (A, B)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthR(b)
- Definition Classes
- FunctorOps
-
final
def
strengthR[B](b: B): ReceiveY[A, (A, B)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).strengthR(b)
- Definition Classes
- FunctorOps
-
final
def
tuple[B](f: ReceiveY[A, B]): ReceiveY[A, (A, B)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).tuple(f)
- Definition Classes
- ApplyOps
-
final
def
tuple[B](f: ReceiveY[A, B]): ReceiveY[A, (A, B)]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).tuple(f)
- Definition Classes
- ApplyOps
-
final
def
unlessM(cond: Boolean): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).unlessM(cond)
- Definition Classes
- ApplicativeOps
-
final
def
unlessM(cond: Boolean): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).unlessM(cond)
- Definition Classes
- ApplicativeOps
-
def
untilM[G[_]](p: ⇒ ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM(p)(G)
- Definition Classes
- MonadOps
-
def
untilM[G[_]](p: ⇒ ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM(p)(G)
- Definition Classes
- MonadOps
-
def
untilM_(p: ⇒ ReceiveY[A, Boolean]): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM_(p)
- Definition Classes
- MonadOps
-
def
untilM_(p: ⇒ ReceiveY[A, Boolean]): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).untilM_(p)
- Definition Classes
- MonadOps
-
final
def
void: ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).void
- Definition Classes
- FunctorOps
-
final
def
void: ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to FunctorOps[[y]ReceiveY[A, y], A] 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:(receiveL: FunctorOps[[y]ReceiveY[A, y], A]).void
- Definition Classes
- FunctorOps
-
final
def
whenM(cond: Boolean): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).whenM(cond)
- Definition Classes
- ApplicativeOps
-
final
def
whenM(cond: Boolean): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplicativeOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplicativeOps[[y]ReceiveY[A, y], A]).whenM(cond)
- Definition Classes
- ApplicativeOps
-
def
whileM[G[_]](p: ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM(p)(G)
- Definition Classes
- MonadOps
-
def
whileM[G[_]](p: ReceiveY[A, Boolean])(implicit G: MonadPlus[G]): ReceiveY[A, G[A]]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM(p)(G)
- Definition Classes
- MonadOps
-
def
whileM_(p: ReceiveY[A, Boolean]): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM_(p)
- Definition Classes
- MonadOps
-
def
whileM_(p: ReceiveY[A, Boolean]): ReceiveY[A, Unit]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to MonadOps[[y]ReceiveY[A, y], A] 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:(receiveL: MonadOps[[y]ReceiveY[A, y], A]).whileM_(p)
- Definition Classes
- MonadOps
-
final
def
|@|[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).|@|(fb)
- Definition Classes
- ApplyOps
-
final
def
|@|[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).|@|(fb)
- Definition Classes
- ApplyOps
-
final
def
⊛[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).⊛(fb)
- Definition Classes
- ApplyOps
-
final
def
⊛[B](fb: ReceiveY[A, B]): ApplicativeBuilder[[y]ReceiveY[A, y], A, B]
- Implicit
- This member is added by an implicit conversion from ReceiveL[A] to ApplyOps[[y]ReceiveY[A, y], A] 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:(receiveL: ApplyOps[[y]ReceiveY[A, y], A]).⊛(fb)
- Definition Classes
- ApplyOps