Interface QueryPredicateArg
- All Known Implementing Classes:
QueryPredicateArg.Capture, QueryPredicateArg.Literal
@NullMarked
public sealed interface QueryPredicateArg
permits QueryPredicateArg.Capture, QueryPredicateArg.Literal
An argument to a
QueryPredicate.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordA capture argument (@value).static final recordA literal string argument ("value"). -
Method Summary
-
Method Details
-
value
String value()The value of the argument.
-