Module: Predicator::Predicates

Defined in:
lib/predicator/predicates/or.rb,
lib/predicator/predicates/and.rb,
lib/predicator/predicates/not.rb,
lib/predicator/predicates/true.rb,
lib/predicator/predicates/equal.rb,
lib/predicator/predicates/false.rb,
lib/predicator/predicates/method.rb,
lib/predicator/predicates/between.rb,
lib/predicator/predicates/relation.rb,
lib/predicator/predicates/less_than.rb,
lib/predicator/predicates/not_equal.rb,
lib/predicator/predicates/greater_than.rb,
lib/predicator/predicates/less_than_or_equal.rb,
lib/predicator/predicates/greater_than_or_equal.rb

Defined Under Namespace

Classes: And, Between, Equal, False, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual, Method, Not, NotEqual, Or, Relation, True