Class: Concurrent::ErlangActor::EnvironmentConstants::And
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Concurrent::ErlangActor::EnvironmentConstants::AbstractLogicOperationMatcher
|
Defined in: | lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb |
Overview
Combines matchers into one which matches if all match.
Class Method Summary
AbstractLogicOperationMatcher
- Inherited
Instance Method Summary
Constructor Details
This class inherits a constructor from Concurrent::ErlangActor::EnvironmentConstants::AbstractLogicOperationMatcher
Instance Method Details
#===(v) ⇒ true
, false
# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 610
def ===(v) @matchers.all? { |m| m === v } end