Class Implementation.Compound

    • Constructor Detail

      • Compound

        public Compound​(Implementation... implementation)
        Creates a new immutable compound implementation.
        Parameters:
        implementation - The implementations to combine in their order.
      • Compound

        public Compound​(List<? extends Implementation> implementations)
        Creates a new immutable compound implementation.
        Parameters:
        implementations - The implementations to combine in their order.