Function allAmender

  • Combines multiple amendments into one amender.

    The resulting amender performs amendments in order. The subsequent amendments receive the amendment targets modified by preceding ones.

    Type Parameters

    • TAmended extends object

      Amended entity type.

    Parameters

    • amendments: Iterable<Amendment<TAmended>>

      An iterable of amendments to apply in their application order.

    Returns Amender<TAmended>

    A combining amender.

Generated using TypeDoc