Package org.dmfs.jems2.procedure
Class ForEach<T>
- java.lang.Object
-
- org.dmfs.jems2.procedure.ForEach<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(Procedure<? super T> arg)Executes the procedure with the given argument.
-