onEach

fun <T> Stream<T>.onEach(block: (T) -> Unit): Stream<T>