Interface ResourceHolder<T>

    • Method Detail

      • isValid

        boolean isValid()
        A resource holder is valid as long as it was not closed. Note, that the underlying resource may yet be closed.
        Returns:
      • get

        T get()