NullableAnyLongSetting
class NullableAnyLongSetting<T>(model: SettingsModel, defaultValue: T?, customKey: String?, converter: SettingsConverter<T?, Long>, cache: Boolean) : BaseAnyLongSetting<T?>
Constructors
Link copied to clipboard
constructor(model: SettingsModel, defaultValue: T?, customKey: String?, converter: SettingsConverter<T?, Long>, cache: Boolean)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun getValue(thisRef: SettingsModel, property: KProperty<*>): StorageSetting<T?>
Link copied to clipboard
Link copied to clipboard