IForEachStrategy
Short summary
An interface that provides different foreach strategies
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Properties
instant
Type: IInstantForEachStrategy
This property returns a fluent interface for immediate (wihtin one call) operations of appliers.…
Methods
parallel
- Parameters:
execute(BOOL): control bit to start or abort the executionapplier(IApplier): the applier to be used on all objects
- Return type: CNM_ReturnTypes.SingleExecutionState
Method to perform a given action on all objects inside the collection.…
serial
- Parameters:
execute(BOOL): control bit to start or abort the executionapplier(IApplier): the applier to be used on all objects
- Return type: CNM_ReturnTypes.SingleExecutionState
Method to perform a given action on all objects inside the collection.…
Code
Declaration
INTERFACE IForEachStrategy EXTENDS CNM_AbstractObject.IObject