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.