toggle menu
core
0.43.4
js
switch theme
search in API
core
/
de.peekandpoke.kraft.streams.addons
/
history
history
js
fun
<
T
>
Stream
<
T
>
.
history
(
capacity
:
Int
)
:
Stream
<
List
<
T
>
>
Records the latest incoming values up to the given
capacity
.