Preparing search index...
The search index is not available
@rxfx/service
@rxfx/service
ReducerProducer
Type alias ReducerProducer<TRequest, TNext, TError, TState>
Reducer
Producer
<
TRequest
,
TNext
,
TError
,
TState
>
:
(
(
acs
)
=>
ServiceReducer
<
TRequest
,
TNext
,
TError
,
TState
>
)
Signature for a function that closes over action creators and returns a Producer
Type Parameters
TRequest
TNext
=
void
TError
=
Error
TState
=
{}
Type declaration
(
acs
)
:
ServiceReducer
<
TRequest
,
TNext
,
TError
,
TState
>
Parameters
acs
:
ProcessLifecycleActions
<
TRequest
,
TNext
,
TError
>
&
LifecycleEventMatchers
<
TRequest
,
TNext
,
TError
>
Returns
ServiceReducer
<
TRequest
,
TNext
,
TError
,
TState
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@rxfx/service
Loading...
Signature for a function that closes over action creators and returns a Producer