class Query::UOperator(Q)
- Query::UOperator(Q)
- Query::Query
- Reference
- Object
Direct Known Subclasses
- Query::IsFalse(Q)
- Query::IsNotFalse(Q)
- Query::IsNotNull(Q)
- Query::IsNotTrue(Q)
- Query::IsNotUnknown(Q)
- Query::IsNull(Q)
- Query::IsTrue(Q)
- Query::IsUnknown(Q)
- Query::Not(Q)
Defined in:
query.crConstructors
Instance Method Summary
- #==(other : UOperator(Q2)) forall Q2
-
#==(other)
Returns
false
(other can only be aValue
here). - #inspect(io)
- #query
Instance methods inherited from class Query::Query
&(other)
&,
^(other)
^,
|(other)
|,
and(other)
and,
inspect(io)
inspect,
is_false
is_false,
is_not_false
is_not_false,
is_not_null
is_not_null,
is_not_true
is_not_true,
is_not_unknown
is_not_unknown,
is_null
is_null,
is_true
is_true,
is_unknown
is_unknown,
not
not,
or(other)
or,
xor(other)
xor
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).