Skip to main content

IInstantForEachStrategy

Short summary

An interface to provide instant versions of the foreach strategies

AccessAbstractFinalExtendsImplements
-NoNo--

UML Diagram

Methods

parallel

Method to perform a given action on all objects inside the collection.

serial

Method to perform a given action on all objects inside the collection.

Code

Declaration

INTERFACE IInstantForEachStrategy