validate Collection
fun validateCollection(message: String = "Invalid collection for @name: @value", predicate: (Set<List<T>>) -> Boolean): NonNullableAritySetOptionBuilder<T>(source)
Validates the entire collection of arity groups for this non-nullable set option. The predicate receives the complete Set> value (never null).
Parameters
message
Error message to display if validation fails
predicate
Function that returns true if the collection is valid