Class NullableDocument<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      NullableDocument​(T val)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullableDocument

        public NullableDocument​(T val)
    • Method Detail

      • get

        public abstract T get()