kotlin.sequences.onEach
onEach
fun <T> Sequence<T>.onEach(action: (T) -> Unit): Sequence<T>
Platform and version requirements: Kotlin 1.1
Returns a sequence which performs the given action on each element of the original sequence as they pass though it.
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
登录查看完整内容