scalaz.stream

ReceiveY

object ReceiveY

Source
ReceiveY.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReceiveY
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class HaltL(cause: Cause) extends HaltOne with Product with Serializable

  2. sealed trait HaltOne extends ReceiveY[Nothing, Nothing]

  3. case class HaltR(cause: Cause) extends HaltOne with Product with Serializable

  4. case class ReceiveL[+A](get: A) extends ReceiveY[A, Nothing] with Product with Serializable

  5. case class ReceiveR[+B](get: B) extends ReceiveY[Nothing, B] with Product with Serializable

  6. trait ReceiveT[X] extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. object HaltOne

  7. def align[A, B](a: Seq[A], b: Seq[B]): Stream[ReceiveY[A, B]]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def concatLeft[A, B](s: Seq[ReceiveY[A, B]]): Stream[A]

  11. def concatRight[A, B](s: Seq[ReceiveY[A, B]]): Stream[B]

  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. implicit def receiveYInstance[X](implicit X: Monoid[X]): Monad[[y]ReceiveY[X, y]]

  22. implicit def receiveYequal[X, Y](implicit X: Equal[X], Y: Equal[Y]): Equal[ReceiveY[X, Y]]

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. implicit def toApplicativeOps[X, A](f: ReceiveY[X, A])(implicit arg0: Monoid[X]): ApplicativeOps[[y]ReceiveY[X, y], A]

  25. implicit def toApplyOps[X, A](f: ReceiveY[X, A])(implicit arg0: Monoid[X]): ApplyOps[[y]ReceiveY[X, y], A]

  26. implicit def toFunctorOps[X, A](f: ReceiveY[X, A])(implicit arg0: Monoid[X]): FunctorOps[[y]ReceiveY[X, y], A]

  27. implicit def toMonadOps[X, A](f: ReceiveY[X, A])(implicit arg0: Monoid[X]): MonadOps[[y]ReceiveY[X, y], A]

  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def unalign[A, B](s: Seq[ReceiveY[A, B]]): (Stream[A], Stream[B])

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped