moduleNames = modules().stream().map(Object::toString).map(this::removeModuleTag).sorted().collect(Collectors.toList()) | moduleNames = modules().stream().map(Object::toString).map(this::removeModuleTag).collect(groupingBy(this::initialPath,TreeMap::new,mapping(this::restPath,toList()))) | modules().stream().map(Object::toString).map(this::removeModuleTag).sorted().collect(Collectors.toList()) | modules().stream().map(Object::toString).map(this::removeModuleTag).collect(groupingBy(this::initialPath,TreeMap::new,mapping(this::restPath,toList()))) | speedment | 0b844b736c14c8751162a631d11041971494f9bc | com.speedment.runtime.application.AbstractApplicationBuilder | | _1 | moduleNames |
---|
_2 | moduleNames |
---|
| v0 | modules().stream().map(Object::toString).map(this::removeModuleTag) |
---|
| - java.util.stream.Collectors
| v0 | modules().stream().map(Object::toString).map(this::removeModuleTag) |
---|
| AssignedTo | True |