swarm.activity
Interface ActionCreatingForEachS

All Known Subinterfaces:
ActionCreating, ActionCreatingC, ActionCreatingS, ActionGroup, ActionGroupC, ActionGroupS, ActivationOrder, ActivationOrderC, ActivationOrderS, ConcurrentGroup, ConcurrentGroupC, ConcurrentGroupS, ConcurrentSchedule, ConcurrentScheduleC, ConcurrentScheduleS, Schedule, ScheduleC, ScheduleS

public abstract interface ActionCreatingForEachS

Send a message to every item in target, which is assumed to be a collection.. The createActionForEach: messages define a message to be sent in the same way as the createActionTo messages, but they assume that the object passed as the target argument is a collection object. They specify that each object available from that collection, using the standard messages of the Collection type in the collections library, is to receive the specified message.