atLeastOneWith

open override fun atLeastOneWith(vararg refs: KProperty<*>): OptionSetBuilder<T>(source)

Creates an "at least one" constraint with other options. At least one option from this group (including this option) must be provided.

Return

This builder for method chaining

Parameters

refs

Property references to other options in the required group