configureIfAllPresent
abstract fun configureIfAllPresent(groups: Set<IviDefaultsGroupConfig>, action: Action<IviDefaultsGroupConfigurator>)
Configures what is configured by action if all groups are used to configure the IVI application.
groups may not be empty.
Note: The action may be executed even if the groups are not configured.