OrSource
kreuzberg.EventSource.OrSource
case class OrSource[E](left: EventSource[E], right: EventSource[E]) extends EventSource[E]
Attributes
- 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