Record Class ProjectSpaces

java.lang.Object
java.lang.Record
com.github.sormuras.bach.project.ProjectSpaces
All Implemented Interfaces:
Project.Component, Iterable<ProjectSpace>

public record ProjectSpaces(List<ProjectSpace> values) extends Record implements Project.Component, Iterable<ProjectSpace>