Skip to main content

IForEachStrategy

Short summary

An interface that provides different foreach strategies

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Properties

instant

Type: IInstantForEachStrategy

This property returns a fluent interface for immediate (wihtin one call) operations of appliers.

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 IForEachStrategy EXTENDS CNM_AbstractObject.IObject