What is the equivalent of Java8 `Stream.peek()` (<...
# announcements
f
What is the equivalent of Java8
Stream.peek()
(https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html#peek-java.util.function.Consumer-) on Kotlins collection framework?