public interface Option<T> extends java.io.Serializable, Localized
Modifier and Type | Interface and Description |
---|---|
static class |
Option.RawOption<T> |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
getDisplayValue() |
T |
getValue() |
default java.lang.String |
toString(java.util.Locale locale) |
T getValue()
LocalizedString getDisplayValue()