specifies the input type for the effect
specifies the result type of the effect
specifies the error type of the effect
has the effect for the given resultInput completed
the effect result
the effect input that lead to the result
Generated using TypeDoc
Value-type for result events produced by EffectSignals. In case the effect completes after one result, two reult events will be dispatched, one with completed false and one with completed true. This is to handle cases where the effect might send multiple results before completing. Thus, if an effect never completes, all result events will have completed false.