Interface Unwrappable<T>

    • Method Detail

      • unwrap

        T unwrap()
        Unwraps this instance
      • unwrapAll

        static <T> T unwrapAll​(T o)
        Unwraps all Unwrappables around the given object.