Class Async
java.lang.Object
org.jooq.lambda.Async
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage<Void> static CompletionStage<Void> static <U> CompletionStage<U> supplyAsync(Supplier<U> supplier) static <U> CompletionStage<U> supplyAsync(Supplier<U> supplier, Executor executor)
-
Constructor Details
-
Async
private Async()
-
-
Method Details
-
supplyAsync
-
supplyAsync
-
runAsync
-
runAsync
-