toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.common-io
/
com.shakelang.util.io.streaming
/
Stream
/
forEach
for
Each
open
fun
forEach
(
action
:
(
T
)
->
Unit
)
(
source
)
For each element in the stream, call the given function
Since
0.5.1
Parameters
action
The action to call