← Docs
kotlin-stdlib / kotlin.sequences / onEach

onEach

Common
JVM
JS
Native
1.1
fun < T > Sequence < T > . onEach ( action : ( T ) -> Unit ) : Sequence < T >
(source)

Returns a sequence which performs the given action on each element of the original sequence as they pass through it.

The operation is intermediate and stateless .

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .