SELF - Self type.public interface WithLocaleMixin<SELF extends WithLocaleMixin<SELF>> extends HasLocale
HasLocale.setLocale(Locale).| Modifier and Type | Method and Description |
|---|---|
default SELF |
withLocale(Locale locale)
Chains
HasLocale.setLocale(Locale) and returns itself. |
default SELF withLocale(Locale locale)
HasLocale.setLocale(Locale) and returns itself.locale - Locale to set.HasLocale.setLocale(Locale)Copyright © 2023 Miki. All rights reserved.