ChannelSink

kreuzberg.EventSink.ChannelSink
See theChannelSink companion object
case class ChannelSink[E](channel: WeakReference[Channel[E]]) extends EventSink[E]

Trigger a Channel.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EventSink[E]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

inline def and[T <: E](sink: EventSink[T]): EventSink[T]

Add another sink

Add another sink

Attributes

Inherited from:
EventSink
inline def contraCollect[F](pf: PartialFunction[F, E]): EventSink[F]

Applies a partial function before calling the sink.

Applies a partial function before calling the sink.

Attributes

Inherited from:
EventSink
def contraMap[F](f: F => E): EventSink[F]

Applies a map function before calling a sink.

Applies a map function before calling a sink.

Attributes

Inherited from:
EventSink
inline def preTransform[F, T <: E](transformer: EventTransformer[F, T]): EventSink[F]

Attributes

Inherited from:
EventSink
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product