core
0.16.1
core
/
de.peekandpoke.kraft.streams.addons
/
debounce
debounce
fun
<
T
>
Stream
<
T
>
.
debounce
(
delayMs
:
Int
,
delayFirstMs
:
Int
=
3
)
:
Stream
<
T
>
Content copied to clipboard
Debounce the incoming values by the given
delayMs