Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stream (0.27 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/SettingsUtilsV4.java

            if (repos != null) {
                profile.repositories(repos.stream()
                        .map(SettingsUtilsV4::convertFromSettingsRepository)
                        .collect(Collectors.toList()));
            }
    
            List<Repository> pluginRepos = settingsProfile.getPluginRepositories();
            if (pluginRepos != null) {
                profile.pluginRepositories(pluginRepos.stream()
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 13.4K bytes
    - Viewed (0)
Back to top