core
0.18.1
core
/
de.peekandpoke.kraft.streams.addons
/
history
history
fun
<
T
>
Stream
<
T
>
.
history
(
capacity
:
Int
)
:
Stream
<
List
<
T
>
>
Content copied to clipboard
Records the latest incoming values up to the given
capacity
.