rememberLocalizer

Remembers the localizer from the given options.

Return

the remembered LOCALIZER

Parameters

options

the options to use to create the localizer. Every new instance of this class triggers a recomputation of the localizer

Type Parameters

OPTIONS

the type of the options class

LOCALIZER

Remembers the localizer computed from the given options, passed to localizerFactory and returned by it.

Parameters

options

the options to use to create the localizer. Every new instance of this class triggers a recomputation of the localizer

keys

any key changes triggers a full recomputation

localizerFactory

lambda that gets as its own parameter the localizers returned by options, and that derives a new localizer from it

Type Parameters

OPTIONS

the type of the options class

OPTIONS_LOCALIZER
LOCALIZER

the type of localizer returned by localizerFactory