Interface LocaleSupplier

All Superinterfaces:
Supplier<Locale>
All Known Implementing Classes:
LocaleSupplierTLC

@Immutable public interface LocaleSupplier extends Supplier<Locale>
Supplies the "current" Locale.

It's up to the implementation how to determine the "current" locale.

  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get