objectbox
objectbox
DoubleCondition
orAny method
orAny
objectbox
objectbox
DoubleCondition
orAny method
DoubleCondition class
Constructors
DoubleCondition
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]); }