objectbox
objectbox
IntegerCondition
orAny method
orAny
objectbox
objectbox
IntegerCondition
orAny method
IntegerCondition class
Constructors
IntegerCondition
fromList
Properties
hashCode
runtimeType
Methods
apply
and
andAll
noSuchMethod
or
orAny
toString
tryApply
Operators
operator &
operator ==
operator |
orAny
method
Condition
orAny
(
List
<
Condition
>
rh
)
inherited
Implementation
Condition orAny(List<Condition> rh) { return ConditionGroupAny([this, ...rh]); }