IterableOnEach<E> extension

on

Methods

onEach(void action(E element)) Iterable<E>

Available on Iterable<E>, provided by the IterableOnEach extension

Returns a new lazy Iterable which performs the given action on each element.