Sink

beam.Sink
See theSink companion object
final class Sink[-I, +R, U](val fun: Stream[I, U] => Computation[R, U])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def <-<(stream: Stream[I, U]): Computation[R, U]
def <-<[I2](pipe: Pipe[I2, I, U]): Sink[I2, R, U]
def from(stream: Stream[I, U]): Computation[R, U]
def from[I2](pipe: Pipe[I2, I, U]): Sink[I2, R, U]

Concrete fields

val fun: Stream[I, U] => Computation[R, U]