Interface Option<T>

  • All Superinterfaces:
    Localized, java.io.Serializable
    All Known Implementing Classes:
    Option.RawOption

    public interface Option<T>
    extends java.io.Serializable, Localized
    • Method Detail

      • getValue

        T getValue()
      • toString

        default java.lang.String toString​(java.util.Locale locale)
        Specified by:
        toString in interface Localized