-
Returns a query using a compile-time constant query.
Returns a query using a constant query template filled with args
.
An optional query that's only rendered if
arg
is present; otherwise returns
EMPTY
.
Called if a placeholder value
is a non-string, non-Iterable literal
appearing unquoted in the template.
An optional query that's only rendered if
condition
is true; otherwise returns
EMPTY
.
A collector that joins boolean query snippets using AND
operator.
A collector that joins boolean query snippets using AND
operator.
Returns a collector that can join
SafeQuery
objects using
delim
as the delimiter.
Returns a collector that can join
SafeQuery
objects using
delim
as the delimiter.
A collector that joins boolean query snippets using OR
operator.
A collector that joins boolean query snippets using OR
operator.
Creates a template with the placeholders to be filled by subsequent
invalid reference
StringFormat.To#with
calls.
Translates
template
to a factory of
SafeQuery
by filling the
provided parameters in the places of corresponding placeholders.