联系方式:
asSequence
fun IntStream.asSequence(): Sequence<Int>
Creates a Sequence instance that wraps the original stream iterating through its elements.