Packages

object Sink

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sink
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def await[A]: Sink[Unit, Nothing, A, A]

    see ZSink.await

  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def collectAll[A]: Sink[Nothing, Nothing, A, List[A]]

    see ZSink.collectAll

  8. final def collectAllWhile[A](p: (A) => Boolean): Sink[Nothing, A, A, List[A]]

    see ZSink.collectAllWhile

  9. final def collectAllWhileM[E, A](p: (A) => IO[E, Boolean]): Sink[E, A, A, List[A]]

    see ZSink.collectAllWhileM

  10. final def drain: Sink[Nothing, Nothing, Any, Unit]

    see ZSink.drain

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def fail[E](e: E): Sink[E, Nothing, Any, Nothing]

    see ZSink.fail

  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def fold[A0, A, S](z: S)(f: (S, A) => Step[S, A0]): Sink[Nothing, A0, A, S]

    see ZSink.fold

  16. final def foldLeft[A0, A, S](z: S)(f: (S, A) => S): Sink[Nothing, A0, A, S]

    see ZSink.foldLeft

  17. final def foldM[E, A0, A, S](z: S)(f: (S, A) => IO[E, Step[S, A0]]): Sink[E, A0, A, S]

    see ZSink.foldM

  18. final def fromEffect[E, B](b: => IO[E, B]): Sink[E, Nothing, Any, B]

    see ZSink.fromEffect

  19. final def fromFunction[A, B](f: (A) => B): Sink[Unit, Nothing, A, B]

    see ZSink.fromFunction

  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def identity[A]: Sink[Unit, A, A, A]

    see ZSink.identity

  23. final def ignoreWhile[A](p: (A) => Boolean): Sink[Nothing, A, A, Unit]

    see ZSink.ignoreWhile

  24. final def ignoreWhileM[E, A](p: (A) => IO[E, Boolean]): Sink[E, A, A, Unit]

    see ZSink.ignoreWhileM

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def pull1[E, A0, A, B](end: IO[E, B])(input: (A) => Sink[E, A0, A, B]): Sink[E, A0, A, B]

    see ZSink.pull1

  30. final def read1[E, A](e: (Option[A]) => E)(p: (A) => Boolean): Sink[E, A, A, A]

    see ZSink.read1

  31. final def succeedLazy[B](b: => B): Sink[Nothing, Nothing, Any, B]

    see ZSink.succeedLazy

  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped