toggle menu
Litho
androidJvm
switch theme
search in API
litho-coroutines-kotlin
/
com.facebook.litho
/
StateProducerScope
State
Producer
Scope
interface
StateProducerScope
<
T
>
:
CoroutineScope
Members
Properties
coroutine
Context
Link copied to clipboard
abstract
val
coroutineContext
:
CoroutineContext
Functions
update
Link copied to clipboard
abstract
fun
update
(
newValue
:
T
)
abstract
fun
update
(
newValueFunction
:
(
T
)
->
T
)
update
Sync
Link copied to clipboard
abstract
fun
updateSync
(
newValue
:
T
)
abstract
fun
updateSync
(
newValueFunction
:
(
T
)
->
T
)