Sink

beam.Sink
object Sink

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sink.type

Members list

Value members

Concrete methods

def apply[I, R, U](body: (fx: SinkEffect[I, R]) => Computation[R, U & fx.type]): (Stream[I, U]) => Computation[R, U]