Type alias EffectSignalsFactory<Input, Result, Error>

EffectSignalsFactory<Input, Result, Error>: SignalsFactory<EffectInputSignals<Input>, EffectOutputSignals<Input, Result, Error>, EffectConfiguration<Input, Result, Error>, EffectFactoryEffects<Input, Result, Error>>

This type specifies a SignalsFactory wrapping EffectSignals.

Type Parameters

  • Input

    specifies the input type for the effect

  • Result

    specifies the result type of the effect

  • Error

    specifies the error type of the effect

Generated using TypeDoc