CombinableEffect<Action> extension
- on
-
- Effect<
Action>
- Effect<
Methods
-
merge(
Effect< Action> other) → Effect<Action> -
Available on Effect<
MergesAction> , provided by the CombinableEffect extensionotherwiththis, becoming a single Effect that emits every action from both effects.