viewtify

viewtify.preference

Preferences.Preference<V>

Preference value.

requirementsListFunctionV, V

Requirements.

Preference(VdefaultValue)

VdefaultValue

Hide constructor.

require(FunctionV, Vrequirement)PreferenceV

FunctionV, Vrequirement
PreferenceV

Chainable API.

Add requirement on this preference.

syncTo(ConsumerVtarget)PreferenceV

ConsumerVtarget
PreferenceV

Synchronize value to the target sink.

syncTo(kiss.WiseFunctionV, Rconverter, ConsumerRtarget)PreferenceV

R
kiss.WiseFunctionV, Rconverter
ConsumerRtarget
PreferenceV

Synchronize value to the target sink.

reset()void

Reset to the default value.

setDefault(VdefaultValue)void

VdefaultValue

Change the default value.