Class: Casino::Intersection::Match::All
- Inherits:
-
Equivalence
- Object
- Equivalence
- Casino::Intersection::Match::All
- Defined in:
- lib/casino/intersection/match/all.rb
Instance Attribute Summary
Attributes inherited from Equivalence
#document, #field, #key, #value
Instance Method Summary collapse
Methods inherited from Equivalence
Constructor Details
This class inherits a constructor from Casino::Intersection::Match::Equivalence
Instance Method Details
#eligible? ⇒ Boolean
6 7 8 |
# File 'lib/casino/intersection/match/all.rb', line 6 def eligible? key == '$and' end |
#evaluate ⇒ Object
10 11 12 |
# File 'lib/casino/intersection/match/all.rb', line 10 def evaluate matchers.map(&:evaluate).all? end |