Skip to main content

IForEachable

Short summary

An interface for classes that can perform actions on every contained object.

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Properties

forEach

Type: IForEachStrategy

This property returns strategies to loop through the collection and apply actions to all objects contained.

Code

Declaration

INTERFACE IForEachable EXTENDS CNM_AbstractObject.IObject