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

Type Members

  1. implicit class InvariantOps[E, A0, A, B] extends AnyRef
  2. type Step[+S, +A0] = Sink.StepModule.Step[S, A0]
  3. trait StepModule extends AnyRef

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. val Step: StepModule
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def await[A]: Sink[Unit, Nothing, A, A]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def collect[A]: Sink[Nothing, Nothing, A, List[A]]
  9. final def drain: Sink[Nothing, Nothing, Any, Unit]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def fail[E](e: E): Sink[E, Nothing, Any, Nothing]
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fold[A0, A, S](z: S)(f: (S, A) ⇒ Step[S, A0]): Sink[Nothing, A0, A, S]
  15. def foldLeft[A0, A, S](z: S)(f: (S, A) ⇒ S): Sink[Nothing, A0, A, S]
  16. def foldM[E, A0, A, S](z: IO[E, S])(f: (S, A) ⇒ IO[E, Step[S, A0]]): Sink[E, A0, A, S]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def identity[A]: Sink[Unit, A, A, A]
  20. def ignoreWhile[A](p: (A) ⇒ Boolean): Sink[Nothing, A, A, Unit]
  21. def ignoreWhileM[E, A](p: (A) ⇒ IO[E, Boolean]): Sink[E, A, A, Unit]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def lift[A, B](f: (A) ⇒ B): Sink[Unit, Nothing, A, B]
  24. final def liftIO[E, B](b: ⇒ IO[E, B]): Sink[E, Nothing, Any, B]
  25. final def more[E, A0, A, B](end: IO[E, B])(input: (A) ⇒ Sink[E, A0, A, B]): Sink[E, A0, A, B]
  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. def read1[E, A](e: (Option[A]) ⇒ E)(p: (A) ⇒ Boolean): Sink[E, A, A, A]
  30. def readWhile[A](p: (A) ⇒ Boolean): Sink[Nothing, A, A, List[A]]
  31. def readWhileM[E, A](p: (A) ⇒ IO[E, Boolean]): Sink[E, A, A, List[A]]
  32. final def succeedLazy[B](b: ⇒ B): Sink[Nothing, Nothing, Any, B]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped