kreuzberg.EventSource.ChannelSource
See theChannelSource companion object
case class ChannelSource[E](channel: WeakReference[Channel[E]]) extends EventSource[E]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EventSource[E]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Collect values.
Filters the value
Attach a handler
Attach a handler, discarding the value.
Just hook in some code.
Map the value
Combine with some other event source.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article