Package io.objectbox.query
Class RelationCountCondition<T>
java.lang.Object
io.objectbox.query.RelationCountCondition<T>
- All Implemented Interfaces:
QueryCondition<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand
(QueryCondition<T> queryCondition) Combines this condition using AND with the given condition.or
(QueryCondition<T> queryCondition) Combines this condition using OR with the given condition.
-
Constructor Details
-
RelationCountCondition
-
-
Method Details
-
and
Description copied from interface:QueryCondition
Combines this condition using AND with the given condition.- Specified by:
and
in interfaceQueryCondition<T>
- See Also:
-
or
Description copied from interface:QueryCondition
Combines this condition using OR with the given condition.- Specified by:
or
in interfaceQueryCondition<T>
- See Also:
-