Class Blocking.BlockingSupplier<T>

java.lang.Object
org.jooq.lambda.Blocking.BlockingSupplier<T>
All Implemented Interfaces:
Supplier<T>
Enclosing class:
Blocking

static class Blocking.BlockingSupplier<T> extends Object implements Supplier<T>
  • Field Details

    • NULL

      private static final Object NULL
    • result

      volatile T result
    • supplier

      final Supplier<? extends T> supplier
  • Constructor Details

    • BlockingSupplier

      BlockingSupplier(Supplier<? extends T> supplier)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>