Interface Amendatory<TAmended>

Amendatory instance.

May be implemented by any object (or function) that is going to serve as an amendment.

Can be converted to Amender by amenderOf function.

Type Parameters

  • TAmended extends object

    Amended entity type.

Hierarchy

Methods

Methods

  • Applies an amendment to the given target.

    This method does not depend on this context.

    Parameters

    • this: void
    • target: AmendTarget<TAmended>

      Amendment target.

    Returns void

Generated using TypeDoc