Class MethodList.Explicit<S extends MethodDescription>

    • Constructor Detail

      • Explicit

        public Explicit​(S... methodDescription)
        Creates a new wrapper for a given list of methods.
        Parameters:
        methodDescription - The underlying list of methods used for this method list.
      • Explicit

        public Explicit​(List<? extends S> methodDescriptions)
        Creates a new wrapper for a given list of methods.
        Parameters:
        methodDescriptions - The underlying list of methods used for this method list.