Class Some<T>

    • Constructor Detail

      • Some

        protected Some​(T value)
    • Method Detail

      • isNone

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

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