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

    • Method Detail

      • isInitialized

        boolean isInitialized()
        Check if the lazy value has been initialized already (i.e. its UnsafeValue.get() method has already been called previously) or not.
        Returns:
        true if the lazy value has already been initialized, false otherwise.