object
Sink
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
final
def
collect[A]: Sink[Nothing, Nothing, A, List[A]]
-
-
-
-
-
def
finalize(): Unit
-
def
fold[A0, A, S](z: S)(f: (S, A) ⇒ Step[S, A0]): Sink[Nothing, A0, A, S]
-
def
foldLeft[A0, A, S](z: S)(f: (S, A) ⇒ S): Sink[Nothing, A0, A, S]
-
def
foldM[E, A0, A, S](z: IO[E, S])(f: (S, A) ⇒ IO[E, Step[S, A0]]): Sink[E, A0, A, S]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
identity[A]: Sink[Unit, A, A, A]
-
-
def
ignoreWhileM[E, A](p: (A) ⇒ IO[E, Boolean]): Sink[E, A, A, Unit]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
lift[A, B](f: (A) ⇒ B): Sink[Unit, Nothing, A, B]
-
final
def
liftIO[E, B](b: ⇒ IO[E, B]): Sink[E, Nothing, Any, B]
-
final
def
more[E, A0, A, B](end: IO[E, B])(input: (A) ⇒ Sink[E, A0, A, B]): Sink[E, A0, A, B]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
read1[E, A](e: (Option[A]) ⇒ E)(p: (A) ⇒ Boolean): Sink[E, A, A, A]
-
def
readWhile[A](p: (A) ⇒ Boolean): Sink[Nothing, A, A, List[A]]
-
def
readWhileM[E, A](p: (A) ⇒ IO[E, Boolean]): Sink[E, A, A, List[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit