Sink

beam.Sink
See theSink companion class
object Sink

Attributes

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

Members list

Value members

Concrete methods

def coroutine[I, R, U](body: (fx: SinkEffect[I, R]) => Computation[R, U & fx.type]): Sink[I, R, U]
def fold[I, R](zero: R)(op: (R, I) => R): Sink[I, R, Any]
def foldEff[I, R, U](zero: R)(op: (R, I) => Computation[R, U]): Sink[I, R, U]