public interface QueryPredicate<T>
Modifier and Type | Method and Description |
---|---|
QueryPredicate<T> |
and(QueryPredicate<T> other) |
QueryPredicate<T> |
negate() |
static <T> QueryPredicate<T> |
of(String sphereQuery) |
QueryPredicate<T> |
or(QueryPredicate<T> other) |
String |
toSphereQuery()
The predicate for the HTTP API, not url encoded.
|
QueryPredicate<T> or(QueryPredicate<T> other)
QueryPredicate<T> and(QueryPredicate<T> other)
QueryPredicate<T> negate()
String toSphereQuery()
static <T> QueryPredicate<T> of(String sphereQuery)