andThen
Short summary
Method to append another Applier to the chained applier.
Return: THIS^:ref:IChainedApplier
- Return type: IChainedApplier
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| applier | IApplier | the applier to be used additionaly when using applyAll | input |
Code
Declaration
METHOD andThen :IChainedApplier
VAR_INPUT
(*the applier to be used additionaly when using applyAll*)
applier :IApplier;
END_VAR