Uses of Class
io.objectbox.query.LogicQueryCondition
-
Packages that use LogicQueryCondition Package Description io.objectbox.query -
-
Uses of LogicQueryCondition in io.objectbox.query
Subclasses of LogicQueryCondition in io.objectbox.query Modifier and Type Class Description (package private) static classLogicQueryCondition.AndCondition<T>Combines the left condition using AND with the right condition.(package private) static classLogicQueryCondition.OrCondition<T>Combines the left condition using OR with the right condition.
-