Package io.quarkus.qute
Class Results
java.lang.Object
io.quarkus.qute.Results
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRepresents a "result not found" value. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CompletedStage<Object>static final CompletedStage<Object>static final CompletedStage<Object> -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisNotFound(Object result) static CompletionStage<Object>notFound()static CompletionStage<Object>notFound(EvalContext evalContext) static CompletionStage<Object>
-
Field Details
-
FALSE
-
TRUE
-
NULL
-
-
Method Details
-
isNotFound
- Parameters:
result-- Returns:
trueif the value represents a "not found" result
-
notFound
-
notFound
-
notFound
-