Map
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EventTransformable[O]trait EventSinkApplicationDsl[O]trait EventTransformationDsl[O]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
A Sink applied.
Event Transformer applied.
Value members
Inherited methods
Shortcut for building event bindings
Change model without caring about the value of the event.
Change model without caring about the value of the event.
Attributes
- Inherited from:
- EventSinkApplicationDsl
Attributes
- Inherited from:
- EventTransformationDsl
Do nothing (e.g. some events already have an effect just because they are registered, e.g. Drag and Drop events with preventDefault)
Do nothing (e.g. some events already have an effect just because they are registered, e.g. Drag and Drop events with preventDefault)
Attributes
- Inherited from:
- EventSinkApplicationDsl
Add some effect.
Execute custom Code.
Attributes
- Inherited from:
- EventTransformationDsl
Add some future.
If e is a Try[T], handle errors using another sink.
If e is a Try[T], handle errors using another sink.
Attributes
- Inherited from:
- EventTransformationDsl
Change model without caring about the previous value of the model.
Change model without caring about the previous value of the model.
Attributes
- Inherited from:
- EventSinkApplicationDsl
Write a value into a property
Attributes
- Inherited from:
- EventTransformationDsl
Throw away any data.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Recover a Try-Event source into something useful.
Recovers the most right part of a pair.
Take the second value of a Pair.
Set the model to a value without caring about the value of the event or model before
Set the model to a value without caring about the value of the event or model before
Attributes
- Inherited from:
- EventSinkApplicationDsl
Add some runtime state.
Execute code while traversing the source.
Connect this source to a sink
Transform via function.
Trigger some channel.
Attributes
- Inherited from:
- EventTransformer
Replace with effect data.
Replace with future result.
Replace with runtime state.
Transforms using a Transformer.