Interface UnsafeValue<T,​E extends java.lang.Throwable>

    • Method Detail

      • get

        T get()
        throws E extends java.lang.Throwable
        Get the stored value.
        Returns:
        stored value.
        Throws:
        E - in case there was an error while computing the value.
        E extends java.lang.Throwable