case class HaltR(cause: Cause) extends HaltOne with Product with Serializable
- Source
- ReceiveY.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HaltR
- Serializable
- Serializable
- Product
- Equals
- HaltOne
- 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
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
*>[B](fb: ReceiveY[X, B]): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
*>[B](fb: ReceiveY[X, B]): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
- def +(other: String): String
- def ->[B](y: B): (HaltR, B)
-
final
def
<*[B](fb: ReceiveY[X, B]): ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
<*[B](fb: ReceiveY[X, B]): ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
<*>[B](f: ReceiveY[X, (A) ⇒ B]): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
<*>[B](f: ReceiveY[X, (A) ⇒ B]): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cause: Cause
-
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[X, B]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
cosequence[G[_], B](implicit ev: ===[A, G[B]], D: Distributive[G]): G[ReceiveY[X, B]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
cotraverse[G[_], B, C](f: (ReceiveY[X, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
cotraverse[G[_], B, C](f: (ReceiveY[X, B]) ⇒ C)(implicit ev: ===[A, G[B]], D: Distributive[G]): G[C]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[X, B]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
distribute[G[_], B](f: (A) ⇒ G[B])(implicit D: Distributive[G]): G[ReceiveY[X, B]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
- def ensuring(cond: (HaltR) ⇒ Boolean, msg: ⇒ Any): HaltR
- def ensuring(cond: (HaltR) ⇒ Boolean): HaltR
- def ensuring(cond: Boolean, msg: ⇒ Any): HaltR
- def ensuring(cond: Boolean): HaltR
-
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, Nothing]
- Definition Classes
- ReceiveY
- def formatted(fmtstr: String): String
-
final
def
fproduct[B](f: (A) ⇒ B): ReceiveY[X, (A, B)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
fproduct[B](f: (A) ⇒ B): ReceiveY[X, (A, B)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
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[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
iterateUntil(p: (A) ⇒ Boolean): ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
iterateWhile(p: (A) ⇒ Boolean): ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
iterateWhile(p: (A) ⇒ Boolean): ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
final
def
map[B](f: (A) ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
map[B](f: (A) ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
def
mapL[A2](f: (Nothing) ⇒ A2): ReceiveY[A2, Nothing]
- Definition Classes
- ReceiveY
-
def
mapR[B2](f: (Nothing) ⇒ B2): ReceiveY[Nothing, 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
tuple[B](f: ReceiveY[X, B]): ReceiveY[X, (A, B)]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
tuple[B](f: ReceiveY[X, B]): ReceiveY[X, (A, B)]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
def
untilM[G[_]](p: ⇒ ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
untilM[G[_]](p: ⇒ ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
untilM_(p: ⇒ ReceiveY[X, Boolean]): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
untilM_(p: ⇒ ReceiveY[X, Boolean]): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
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( ... )
-
def
whileM[G[_]](p: ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
whileM[G[_]](p: ReceiveY[X, Boolean])(implicit G: MonadPlus[G]): ReceiveY[X, G[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
whileM_(p: ReceiveY[X, Boolean]): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
def
whileM_(p: ReceiveY[X, Boolean]): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- MonadOps
-
final
def
widen[B](implicit ev: <~<[A, B]): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
widen[B](implicit ev: <~<[A, B]): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
|@|[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
|@|[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
- def →[B](y: B): (HaltR, B)
-
final
def
∘[B](f: (A) ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
∘[B](f: (A) ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- FunctorOps
-
final
def
⊛[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
-
final
def
⊛[B](fb: ReceiveY[X, B]): ApplicativeBuilder[[y]ReceiveY[X, y], A, B]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Definition Classes
- ApplyOps
Shadowed Implicit Value Members
-
final
def
>|[B](b: ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).>|(b)
- Definition Classes
- FunctorOps
-
final
def
>|[B](b: ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).>|(b)
- Definition Classes
- FunctorOps
-
implicit
val
F: Functor[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- FunctorOps
-
implicit
val
F: Apply[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplyOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- ApplyOps
-
implicit
val
F: Applicative[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- ApplicativeOps
-
implicit
val
F: Monad[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: MonadOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- MonadOps
-
implicit
val
F: Functor[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- FunctorOps
-
implicit
val
F: Apply[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplyOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- ApplyOps
-
implicit
val
F: Applicative[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- ApplicativeOps
-
implicit
val
F: Monad[[y]ReceiveY[X, y]]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: MonadOps[[y]ReceiveY[X, y], A]).F
- Definition Classes
- MonadOps
-
final
def
as[B](b: ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).as(b)
- Definition Classes
- FunctorOps
-
final
def
as[B](b: ⇒ B): ReceiveY[X, B]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).as(b)
- Definition Classes
- FunctorOps
-
final
def
fpair: ReceiveY[X, (A, A)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).fpair
- Definition Classes
- FunctorOps
-
final
def
fpair: ReceiveY[X, (A, A)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).fpair
- Definition Classes
- FunctorOps
-
final
def
fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[X, G[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).fpoint(arg0)
- Definition Classes
- FunctorOps
-
final
def
fpoint[G[_]](implicit arg0: Applicative[G]): ReceiveY[X, G[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).fpoint(arg0)
- Definition Classes
- FunctorOps
-
def
liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[X, y], A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: MonadOps[[y]ReceiveY[X, y], A]).liftM(G)
- Definition Classes
- MonadOps
-
def
liftM[G[_[_], _]](implicit G: MonadTrans[G]): G[[y]ReceiveY[X, y], A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: MonadOps[[y]ReceiveY[X, y], A]).liftM(G)
- Definition Classes
- MonadOps
-
final
def
replicateM(n: Int): ReceiveY[X, List[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM(n)
- Definition Classes
- ApplicativeOps
-
final
def
replicateM(n: Int): ReceiveY[X, List[A]]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM(n)
- Definition Classes
- ApplicativeOps
-
final
def
replicateM_(n: Int): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM_(n)
- Definition Classes
- ApplicativeOps
-
final
def
replicateM_(n: Int): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).replicateM_(n)
- Definition Classes
- ApplicativeOps
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- FunctorOps → Ops
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplyOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- ApplyOps → Ops
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- ApplicativeOps → Ops
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: MonadOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- MonadOps → Ops
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- FunctorOps → Ops
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplyOps[[y]ReceiveY[X, y], A] performed by method toApplyOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplyOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- ApplyOps → Ops
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- ApplicativeOps → Ops
-
val
self: ReceiveY[X, A]
- Implicit
- This member is added by an implicit conversion from HaltR to MonadOps[[y]ReceiveY[X, y], A] performed by method toMonadOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: MonadOps[[y]ReceiveY[X, y], A]).self
- Definition Classes
- MonadOps → Ops
-
final
def
strengthL[B](b: B): ReceiveY[X, (B, A)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).strengthL(b)
- Definition Classes
- FunctorOps
-
final
def
strengthL[B](b: B): ReceiveY[X, (B, A)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).strengthL(b)
- Definition Classes
- FunctorOps
-
final
def
strengthR[B](b: B): ReceiveY[X, (A, B)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).strengthR(b)
- Definition Classes
- FunctorOps
-
final
def
strengthR[B](b: B): ReceiveY[X, (A, B)]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).strengthR(b)
- Definition Classes
- FunctorOps
-
final
def
unlessM(cond: Boolean): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).unlessM(cond)
- Definition Classes
- ApplicativeOps
-
final
def
unlessM(cond: Boolean): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).unlessM(cond)
- Definition Classes
- ApplicativeOps
-
final
def
void: ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).void
- Definition Classes
- FunctorOps
-
final
def
void: ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to FunctorOps[[y]ReceiveY[X, y], A] performed by method toFunctorOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: FunctorOps[[y]ReceiveY[X, y], A]).void
- Definition Classes
- FunctorOps
-
final
def
whenM(cond: Boolean): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).whenM(cond)
- Definition Classes
- ApplicativeOps
-
final
def
whenM(cond: Boolean): ReceiveY[X, Unit]
- Implicit
- This member is added by an implicit conversion from HaltR to ApplicativeOps[[y]ReceiveY[X, y], A] performed by method toApplicativeOps in scalaz.stream.ReceiveY. This conversion will take place only if an implicit value of type Monoid[X] is in scope.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(haltR: ApplicativeOps[[y]ReceiveY[X, y], A]).whenM(cond)
- Definition Classes
- ApplicativeOps