forEach

inline fun <E : Any> EntitySequence<E, *>.forEach(action: (E) -> Unit)(source)

Perform the given action on each element.

The operation is terminal.