plus

operator fun plus(other: Project): <Error class: unknown class><Project, ActionError>

Combines two projects of the same type into a new project.

Return

A new Project created by combining the data from the current and the provided project.

Parameters

other

The project to be combined with the current project.