kotlin / 1.7.0 / api / latest / jvm / stdlib / kotlin.streams / kotlin.sequences.-sequence /

Extensions for kotlin.sequences.Sequence

Platform and version requirements: JVM (1.2), JRE8 (1.2)

asStream

Creates a sequential Stream instance that produces elements from the original sequence.

fun <T> Sequence<T>.asStream(): Stream<T>

© 2010–2022 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.streams/kotlin.sequences.-sequence/index.html