public interface AddressCollectionQueryModel<T> extends QueryModel<T>, CollectionQueryModel<T>
| Modifier and Type | Method and Description |
|---|---|
AddressQueryModel<T> |
address() |
QueryPredicate<T> |
isEmpty() |
QueryPredicate<T> |
isNotEmpty() |
getParent, getPathSegmentQueryPredicate<T> isEmpty()
isEmpty in interface CollectionQueryModel<T>QueryPredicate<T> isNotEmpty()
isNotEmpty in interface CollectionQueryModel<T>AddressQueryModel<T> address()