Transformer
kreuzberg.EventSource.Transformer
case class Transformer[E, F](from: EventSource[E], f: E => Seq[F]) extends EventSource[F]
Transforms event sources
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EventSource[F]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