ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
ContextualValSuspend
/
with
with
suspend
fun
<
R
>
with
(
value
:
T
,
block
:
suspend
(
)
->
R
)
:
R
Sets a new
value
that only exists within
block
.