IChainedApplier
Short summary
An interface to perform a collection of actions on an object. Consists of many appliers chained together.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | IApplier | - |
UML Diagram
Properties
actions
Type: IApplierList
This property returns a list of actions/operations performed by this applier.…
Methods
andThen
- Parameters:
applier(IApplier): the applier to be used additionaly when using applyAll
- Return type: IChainedApplier
Method to append another Applier to the chained applier.…
Code
Declaration
INTERFACE IChainedApplier EXTENDS IApplier