public interface SphereEnumerationOptionalQueryModel<T,E extends SphereEnumeration> extends SphereEnumerationQueryModel<T,E>, OptionalQueryModel<T>
Modifier and Type | Method and Description |
---|---|
QueryPredicate<T> |
is(E value) |
QueryPredicate<T> |
isIn(Iterable<E> args) |
QueryPredicate<T> |
isNot(E element) |
QueryPredicate<T> |
isNotIn(Iterable<E> args) |
QueryPredicate<T> |
isNotPresent() |
QueryPredicate<T> |
isPresent() |
QueryPredicate<T> is(E value)
is
in interface EqualityQueryModel<T,E extends SphereEnumeration>
is
in interface SphereEnumerationQueryModel<T,E extends SphereEnumeration>
QueryPredicate<T> isIn(Iterable<E> args)
isIn
in interface IsInQueryModel<T,E extends SphereEnumeration>
isIn
in interface SphereEnumerationQueryModel<T,E extends SphereEnumeration>
QueryPredicate<T> isNot(E element)
isNot
in interface NotEqualQueryModel<T,E extends SphereEnumeration>
isNot
in interface SphereEnumerationQueryModel<T,E extends SphereEnumeration>
QueryPredicate<T> isNotIn(Iterable<E> args)
isNotIn
in interface IsNotInQueryModel<T,E extends SphereEnumeration>
isNotIn
in interface SphereEnumerationQueryModel<T,E extends SphereEnumeration>
QueryPredicate<T> isNotPresent()
isNotPresent
in interface OptionalQueryModel<T>
QueryPredicate<T> isPresent()
isPresent
in interface OptionalQueryModel<T>