Package kotlin. streams
Utility functions for working with Java 8 streams.
Functions
as Sequence
Link copied to clipboard
Creates a Sequence instance that wraps the original stream iterating through its elements.
Since Kotlin
1.2
to List
Link copied to clipboard
Returns a List containing all elements produced by this stream.
Since Kotlin
1.2