Class Wrapped<T>


  • public class Wrapped<T>
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> Wrapped<T> nullOf​(@NotNull java.lang.Class<T> clazz)  
      static <T> Wrapped<T> of​(T value)  
      T unwrap()  
      • Methods inherited from class java.lang.Object

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

      • unwrap

        public T unwrap()
      • nullOf

        public static <T> Wrapped<T> nullOf​(@NotNull
                                            @NotNull java.lang.Class<T> clazz)
      • of

        public static <T> Wrapped<T> of​(@NotNull
                                        T value)