- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for collectMapIfPresentOrEmpty (0.17 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LayeredOptions.java
protected LayeredOptions(List<O> options) { this.options = new ArrayList<>(options); } @Override public Optional<Map<String, String>> userProperties() { return collectMapIfPresentOrEmpty(Options::userProperties); } @Override public String source() { return String.format( "layered(%s)", options.stream().map(Options::source).toList()); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Feb 26 17:31:44 GMT 2025 - 5.7K bytes - Click Count (0)