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, getPathSegment
QueryPredicate<T> isEmpty()
isEmpty
in interface CollectionQueryModel<T>
QueryPredicate<T> isNotEmpty()
isNotEmpty
in interface CollectionQueryModel<T>
AddressQueryModel<T> address()