class Query::BiOperator(T)
- Query::BiOperator(T)
- Query::Query
- Reference
- Object
Direct Known Subclasses
- Query::And(T)
- Query::Equals(T)
- Query::In(T)
- Query::LessThan(T)
- Query::LessThanOrEqual(T)
- Query::MoreThan(T)
- Query::MoreThanOrEqual(T)
- Query::NotEquals(T)
- Query::Or(T)
- Query::Xor(T)
Defined in:
query.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#==(other)
Returns
false
(other can only be aValue
here). - #inspect(io)
- #left
- #right
Instance methods inherited from class Query::Query
&(other) : Query
&,
^(other) : Query
^,
|(other) : Query
|,
and(other) : Query
and,
inspect(io)
inspect,
not : Query
not,
or(other) : Query
or,
xor(other) : Query
xor
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).