SourceSink

kreuzberg.EventBinding.SourceSink
case class SourceSink[E](source: EventSource[E], sink: EventSink[E]) extends EventBinding

Binds some source event to sink event.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EventBinding
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def and: EventSource[E]

Helper for adding more sinks on one source.

Helper for adding more sinks on one source.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product