Skip to main content

andThen

Short summary

Method to append another Applier to the chained applier.

Return: THIS^:ref:IChainedApplier

Parameters

NameTypeCommentKind
applierIApplierthe applier to be used additionaly when using applyAllinput

Code

Declaration

METHOD andThen :IChainedApplier
VAR_INPUT
(*the applier to be used additionaly when using applyAll*)
applier :IApplier;
END_VAR