Search
Preparing search index...
The search index is not available
storx
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Store"
StoRx
ActionManagerImpl
Class ActionManagerImpl<S, A>
Type parameters
S
A
Hierarchy
ActionManagerImpl
Implements
ActionManagerDispatcher
<
S
,
A
>
Index
Constructors
constructor
Properties
obs
store
Methods
filter
get
Store
get
Store
Dispatcher
observable
observable
Event
subscribe
subscribe
Reducer
Constructors
constructor
new
Action
Manager
Impl
(
store
:
StoreDispatcher
<
S
>
, obs
:
Observable
<
Event
<
A
>
>
)
:
ActionManagerImpl
Parameters
store:
StoreDispatcher
<
S
>
obs:
Observable
<
Event
<
A
>
>
Returns
ActionManagerImpl
Properties
Private
obs
obs
:
Observable
<
Event
<
A
>
>
Private
store
store
:
StoreDispatcher
<
S
>
Methods
filter
filter
(
filter
:
function
)
:
ActionManager
<
S
,
A
>
Parameters
filter:
function
(
a
:
A
)
:
boolean
Parameters
a:
A
Returns
boolean
Returns
ActionManager
<
S
,
A
>
get
Store
get
Store
(
)
:
Store
<
S
>
Returns
Store
<
S
>
get
Store
Dispatcher
get
Store
Dispatcher
(
)
:
StoreDispatcher
<
S
>
Returns
StoreDispatcher
<
S
>
observable
observable
(
)
:
Observable
<
A
>
Returns
Observable
<
A
>
observable
Event
observable
Event
(
)
:
Observable
<
Event
<
A
>
>
Returns
Observable
<
Event
<
A
>
>
subscribe
subscribe
(
reducer
:
function
)
:
void
Parameters
reducer:
function
(
s
:
S
, a
:
A
)
:
S
Parameters
s:
S
a:
A
Returns
S
Returns
void
subscribe
Reducer
subscribe
Reducer
(
reducer
:
Reducer
<
S
,
A
>
)
:
void
Parameters
reducer:
Reducer
<
S
,
A
>
Returns
void
Globals
Action
Manager
Impl
constructor
obs
store
filter
get
Store
get
Store
Dispatcher
observable
observable
Event
subscribe
subscribe
Reducer
Filter
Action
Manager
Reducer
Function
Store
Impl
Store
Utils
View
Reducer
View
Store
Action
Manager
Action
Manager
Dispatcher
Event
Reducer
Store
Store
Dispatcher
create
Store
Generated using
TypeDoc