Skip to main content

IChainedApplier

Short summary

An interface to perform a collection of actions on an object. Consists of many appliers chained together.

AccessAbstractFinalExtendsImplements
-NoNoIApplier-

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