class Query::BiOperator(T)

Direct Known Subclasses

Defined in:

query.cr

Constructors

Instance Method Summary

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

def self.new(left : Query, right : T) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def inspect(io) #

[View source]
def left #

[View source]
def right #

[View source]