toggle menu
core
0.44.1
js
switch theme
search in API
core
/
de.peekandpoke.kraft.streams.addons
/
historyOfNonNull
history
Of
Non
Null
js
fun
<
T
>
Stream
<
T
?
>
.
historyOfNonNull
(
capacity
:
Int
)
:
Stream
<
List
<
T
>
>
Records the latest incoming values that are not null up to the given
capacity
.