module Marten::Template::Condition::Token::Operator
Overview
Registry of the supported operator condition tokens.
Defined in:
marten/template/condition/token/operator.crmarten/template/condition/token/operator/and.cr
marten/template/condition/token/operator/equal.cr
marten/template/condition/token/operator/greater_than.cr
marten/template/condition/token/operator/greater_than_or_equal.cr
marten/template/condition/token/operator/in.cr
marten/template/condition/token/operator/infix.cr
marten/template/condition/token/operator/less_than.cr
marten/template/condition/token/operator/less_than_or_equal.cr
marten/template/condition/token/operator/not.cr
marten/template/condition/token/operator/not_equal.cr
marten/template/condition/token/operator/or.cr
marten/template/condition/token/operator/prefix.cr
Class Method Summary
- 
        .for(operator_id)
        
          Returns the token corresponding to a given operator representation or nilif not found.
Class Method Detail
        
        def self.for(operator_id)
        #
      
      
        Returns the token corresponding to a given operator representation or nil if not found.