Interface DescriptorMerger

    • Method Detail

      • init

        void init​(Descriptor base)
        Initialise the merger with the base (first) item to be merged.
        Parameters:
        base - Descriptor to use
      • merge

        void merge​(Descriptor other)
        Merge the descriptor with a second item.
        Parameters:
        other - Descriptor to use