FlowEmit

ox.flow.FlowEmit
See theFlowEmit companion trait
object FlowEmit

Attributes

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

Members list

Value members

Concrete methods

def channelToEmit[T](source: Source[T], emit: FlowEmit[T]): Unit

Propagates all elements to the given emit.

Propagates all elements to the given emit.

Attributes