asSequence
fun LongStream.asSequence(): Sequence<Long>
Creates a Sequence instance that wraps the original stream iterating through its elements.
fun LongStream.asSequence(): Sequence<Long>
Creates a Sequence instance that wraps the original stream iterating through its elements.