allOf

fun allOf(vararg requirements: Requirement): Requirement

Creates a new Requirement that specifies that all the requirements in requirements must be fulfilled.

Return

a new combined Requirement that is fulfilled if all its sub-requirements are fulfilled.

Parameters

requirements

the requirements to be fulfilled.