Class None<T>

    • Field Detail

      • NONE

        protected static None<?> NONE
    • Method Detail

      • isNone

        public boolean isNone()
        Specified by:
        isNone in interface Option<T>
      • get

        public T get()
        Specified by:
        get in interface Option<T>