Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newResultSet (0.08 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/Result.java

        }
    
        /**
         * Turns the given results into a single result by combining problems and models into single collection.
         *
         * @param results
         */
        public static <T> Result<Iterable<T>> newResultSet(Iterable<? extends Result<? extends T>> results) {
            boolean hasErrors = false;
            List<T> modelsList = new ArrayList<>();
            List<ModelProblem> problemsList = new ArrayList<>();
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top