mvrx
/
com.airbnb.mvrx
/
MavericksStateStore
Mavericks
State
Store
interface
MavericksStateStore
<
S
:
Any
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
get
Link copied to clipboard
abstract fun
get
(block: (
S
) ->
Unit
)
Content copied to clipboard
set
Link copied to clipboard
abstract fun
set
(stateReducer:
S
.() ->
S
)
Content copied to clipboard
Properties
flow
Link copied to clipboard
abstract val
flow
:
Flow
<
S
>
Content copied to clipboard
state
Link copied to clipboard
abstract val
state
:
S
Content copied to clipboard
Inheritors
CoroutinesStateStore
Link copied to clipboard
ScriptableStateStore
Link copied to clipboard