mvrx
/
com.airbnb.mvrx
/
ScriptableStateStore
Scriptable
State
Store
interface
ScriptableStateStore
<
S
:
Any
> :
MavericksStateStore
<
S
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
get
Link copied to clipboard
abstract fun
get
(block: (
S
) ->
Unit
)
Content copied to clipboard
next
Link copied to clipboard
abstract fun
next
(state:
S
)
Content copied to clipboard
Force the current state to be moved to the given value immediately.
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
ScriptableMavericksStateStore
Link copied to clipboard