Value-type for completed result events produced by EffectSignals. In contrast to EffectResultEvent, events with this type are only dispatched, if the effect has completed, hence it will never be fired for effects that never complete.
specifies the input type for the effect
specifies the result type of the effect
specifies the error type of the effect
Generated using TypeDoc
Value-type for completed result events produced by EffectSignals. In contrast to EffectResultEvent, events with this type are only dispatched, if the effect has completed, hence it will never be fired for effects that never complete.