-
public class AppliedSettings.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AppliedSettings.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AppliedSettingsfromDeltaSettings(AppliedSettings settings, Settings delta)Makes a new settings object from the active settings, applying the non-null changes in the delta final AppliedSettingswithDefaultValues()final AppliedSettingsfromSettings(AppliedSettings other)-
-
Method Detail
-
fromDeltaSettings
final AppliedSettings fromDeltaSettings(AppliedSettings settings, Settings delta)
Makes a new settings object from the active settings, applying the non-null changes in the delta
-
withDefaultValues
final AppliedSettings withDefaultValues()
-
fromSettings
final AppliedSettings fromSettings(AppliedSettings other)
-
-
-
-