atLeast

open override fun atLeast(n: Int): OptionListBuilder<T>(source)

Requires this list option to have at least the specified number of values. This constraint is validated after parsing completes.

Return

This builder for method chaining

Parameters

n

Minimum number of values required