- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for collectingAndThen (0.22 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/extension/internal/CoreExports.java
import java.util.Map; import java.util.Set; import org.codehaus.plexus.classworlds.realm.ClassRealm; import static java.util.function.Function.identity; import static java.util.stream.Collectors.collectingAndThen; import static java.util.stream.Collectors.toMap; /** * Provides information about artifacts (identified by groupId:artifactId string key) and classpath elements exported by
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.4K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/DefaultProfileActivationContext.java
package org.apache.maven.model.profile; import java.io.File; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Properties; import static java.util.stream.Collectors.collectingAndThen; import static java.util.stream.Collectors.toMap; /** * Describes the environmental context used to determine the activation status of profiles. *
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 7.4K bytes - Click Count (0)