class Query::MoreThanOrEqual(T)
Defined in:
query.cr
Constructors
==(other : self)
==(other)
==,
inspect(io)
inspect,
left
left,
right
right
Constructor methods inherited from class Query::BiOperator(T)
new(left : Query, right : T)
new
Instance methods inherited from class Query::Query
&(other) : Query
&,
^(other) : Query
^,
|(other) : Query
|,
and(other) : Query
and,
inspect(io)
inspect,
is_false : Query
is_false,
is_not_false : Query
is_not_false,
is_not_null : Query
is_not_null,
is_not_true : Query
is_not_true,
is_not_unknown : Query
is_not_unknown,
is_null : Query
is_null,
is_true : Query
is_true,
is_unknown : Query
is_unknown,
not : Query
not,
or(other) : Query
or,
xor(other) : Query
xor
Constructor Detail
def self.
new(left :
Query, right : T)
#