plus

operator fun Requirement.plus(other: Requirement): Requirement

Creates a new Requirement that specifies that this this and the other requirement must be fulfilled.

Return

a combined Requirement that is fulfilled if this and the other is fulfilled.

Parameters

other

the other requirements