toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks.useredux
/
StoreScope
Store
Scope
class
StoreScope
Members
Types
Companion
Link copied to clipboard
object
Companion
Named
Scope
Link copied to clipboard
object
NamedScope
Properties
list
Link copied to clipboard
val
list
:
MutableList
<
StoreRecord
>
Functions
add
Link copied to clipboard
inline
fun
<
S
:
Any
,
A
:
Any
>
add
(
pair
:
Tuple2
<
Reducer
<
S
,
A
>
,
S
>
,
alias
:
String
?
=
null
)
named
Link copied to clipboard
inline
fun
<
T
:
Any
,
A
:
Any
>
named
(
alias
:
String
,
fn
:
StoreScope.NamedScope
.
(
)
->
Tuple2
<
Reducer
<
T
,
A
>
,
T
>
)
with
Link copied to clipboard
infix inline
fun
<
S
:
Any
,
A
:
Any
>
Reducer
<
S
,
A
>
.
with
(
initialState
:
S
)