requireIfAllPresent

fun requireIfAllPresent(target: KProperty<*>, vararg refs: KProperty<*>): DomainBuilder(source)

Requires the target property to be present when all of the specified properties are present and this domain is active.