Uses of Class
io.quarkus.qute.CompletedStage
-
-
Uses of CompletedStage in io.quarkus.qute
Fields in io.quarkus.qute declared as CompletedStage Modifier and Type Field Description static CompletedStage<Object>Results. FALSEstatic CompletedStage<Object>Results. NULLstatic CompletedStage<Object>Results. TRUEMethods in io.quarkus.qute that return CompletedStage Modifier and Type Method Description static <T> CompletedStage<T>CompletedStage. failure(Throwable t)static <T> CompletedStage<T>CompletedStage. of(T result)static CompletedStage<Object>CompletedStage. ofNull()static CompletedStage<Void>CompletedStage. ofVoid()
-