object Sink
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sink
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class InvariantOps[E, A0, A, B] extends AnyRef
- type Step[+S, +A0] = Sink.StepModule.Step[S, A0]
- trait StepModule extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Step: StepModule
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def await[A]: Sink[Unit, Nothing, A, A]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def collect[A]: Sink[Nothing, Nothing, A, List[A]]
- final def drain: Sink[Nothing, Nothing, Any, Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def fail[E](e: E): Sink[E, Nothing, Any, Nothing]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def identity[A]: Sink[Unit, A, A, A]
- def ignoreWhile[A](p: (A) ⇒ Boolean): Sink[Nothing, A, A, Unit]
- def ignoreWhileM[E, A](p: (A) ⇒ IO[E, Boolean]): Sink[E, A, A, Unit]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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 succeedLazy[B](b: ⇒ B): Sink[Nothing, Nothing, Any, B]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )