Package io.objectbox.query
Class LogicQueryCondition.AndCondition<T>
- java.lang.Object
-
- io.objectbox.query.QueryConditionImpl<T>
-
- io.objectbox.query.LogicQueryCondition<T>
-
- io.objectbox.query.LogicQueryCondition.AndCondition<T>
-
- All Implemented Interfaces:
QueryCondition<T>
- Enclosing class:
- LogicQueryCondition<T>
static class LogicQueryCondition.AndCondition<T> extends LogicQueryCondition<T>
Combines the left condition using AND with the right condition.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.objectbox.query.LogicQueryCondition
LogicQueryCondition.AndCondition<T>, LogicQueryCondition.OrCondition<T>
-
-
Constructor Summary
Constructors Constructor Description AndCondition(QueryConditionImpl<T> leftCondition, QueryConditionImpl<T> rightCondition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidapplyOperator(QueryBuilder<T> builder, long leftCondition, long rightCondition)-
Methods inherited from class io.objectbox.query.LogicQueryCondition
apply
-
Methods inherited from class io.objectbox.query.QueryConditionImpl
and, or
-
-
-
-
Constructor Detail
-
AndCondition
AndCondition(QueryConditionImpl<T> leftCondition, QueryConditionImpl<T> rightCondition)
-
-
Method Detail
-
applyOperator
void applyOperator(QueryBuilder<T> builder, long leftCondition, long rightCondition)
- Specified by:
applyOperatorin classLogicQueryCondition<T>
-
-