Uses of Interface
org.flasby.login2.settings.Settings.ApplyWithMissingKey
Packages that use Settings.ApplyWithMissingKey
-
Uses of Settings.ApplyWithMissingKey in org.flasby.login2.settings
Methods in org.flasby.login2.settings with parameters of type Settings.ApplyWithMissingKeyModifier and TypeMethodDescriptionvoid
FileSettings.doIfExists
(String key, Settings.ApplyWithExistingValue ifExists, Settings.ApplyWithMissingKey otherwise) void
Settings.doIfExists
(String key, Settings.ApplyWithExistingValue ifExists, Settings.ApplyWithMissingKey otherwise) void
SimpleSettingsImpl.doIfExists
(String key, Settings.ApplyWithExistingValue ifExists, Settings.ApplyWithMissingKey otherwise)