Package-level declarations
Types
Specialization of PolyglotValueLocalizer that allows to localize a date/time value T and returns a simple String.
Specialization of PolyglotValueLocalizer that allows to localize a Zoned date/time value T and returns a simple String.
Marker interface for all localizer classes of datetime-polyglot.
Interface that all options classes implement.
Specialization of PolyglotReferenceValueLocalizer that allows to localize a date/time value T and returns a TickingValue<String>.
Specialization of PolyglotReferenceDateTimeLocalizer that allows to localize a Zoned date/time value T and returns a TickingValue<String>.
A generic PolyglotLocalizer that accepts a value of type T and a Zoned<Instant> reference point, and returns a TickingValue of type R.
A generic PolyglotLocalizer that accepts a just value of type T and returns a result of type R.
Functions
Fixes the value to localize and returns a TickingValueProvider using this PolyglotReferenceValueLocalizer as source for TickingValues.