Pipe

beam.Pipe
object Pipe

Attributes

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

Members list

Value members

Concrete methods

def apply[I, O, U](body: (fx: PipeEffect[I, O]) => Computation[Unit, U & fx.type]): (Stream[I, U]) => Stream[O, U]