exclude

abstract fun exclude(vararg group: IviDefaultsGroupConfig)

Exclude groups from the selection.

An already excluded group is ignored. All groups must have been registered. See registeredGroups.


abstract fun exclude(groups: Set<IviDefaultsGroupConfig>)

Exclude groups from the selection.

An empty set or including an already excluded group is ignored. All groups must have been registered. See registeredGroups.