- java.lang.Object
-
- org.jooq.lambda.Blocking.BlockingSupplier<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>
- Enclosing class:
- Blocking
static class Blocking.BlockingSupplier<T> extends java.lang.Object implements java.util.function.Supplier<T>
-
-
Constructor Summary
Constructors Constructor Description BlockingSupplier(java.util.function.Supplier<? extends T> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
-
-
-
Constructor Detail
-
BlockingSupplier
BlockingSupplier(java.util.function.Supplier<? extends T> supplier)
-
-