Class ForEach<T>

java.lang.Object
org.dmfs.jems2.procedure.ForEach<T>
All Implemented Interfaces:
FragileProcedure<Procedure<? super T>,RuntimeException>, Procedure<Procedure<? super T>>

public final class ForEach<T> extends Object implements Procedure<Procedure<? super T>>
The Object Oriented version of a for-each loop. It executes a given Procedure once for each of the given arguments.

This is somewhat orthogonal to the Batch Procedure.