Uses of Class
io.quarkus.qute.CompletedStage
Packages that use CompletedStage
-
Uses of CompletedStage in io.quarkus.qute
Fields in io.quarkus.qute declared as CompletedStageModifier and TypeFieldDescriptionstatic final CompletedStage<Object> Results.FALSEstatic final CompletedStage<Object> Results.NULLstatic final CompletedStage<Object> Results.TRUEMethods in io.quarkus.qute that return CompletedStageModifier and TypeMethodDescriptionstatic <T> CompletedStage<T> static <T> CompletedStage<T> CompletedStage.of(T result) static CompletedStage<Object> CompletedStage.ofNull()static CompletedStage<Void> CompletedStage.ofVoid()