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
/
decrement
decrement
fun
MutableStateFlow
<
Int
>
.
decrement
(
amount
:
Int
=
1
)
:
Int
Atomically decrements this
MutableStateFlow
by
amount
(default 1) and returns previous value.