IInstantForEachStrategy
Short summary
An interface to provide instant versions of the foreach strategies
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | - | - |
UML Diagram
Methods
parallel
- Parameters:
applier(IApplier): the applier (action) to be used on all obejcts in the collection
- Return type: CNM_ReturnTypes.SingleExecutionResult
Method to perform a given action on all objects inside the collection.…
serial
- Parameters:
applier(IApplier): the applier to be used on all objects
- Return type: CNM_ReturnTypes.SingleExecutionResult
Method to perform a given action on all objects inside the collection.…
Code
Declaration
INTERFACE IInstantForEachStrategy