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