Interface Resource.LazyField<T>

  • Enclosing class:
    Resource

    @InternalUse
    public static interface Resource.LazyField<T>
    • Method Detail

      • future

        java.util.concurrent.CompletableFuture<Output<T>> future()
      • completeOrThrow

        default void completeOrThrow​(Output<T> value)
      • complete

        default boolean complete​(Output<T> value)
      • fail

        default boolean fail​(java.lang.Throwable throwable)