Class: Concurrent::ErlangActor::EnvironmentConstants::AbstractLogicOperationMatcher
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Inherits: | Object | 
| Defined in: | lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb | 
Class Method Summary
Constructor Details
    .new(*matchers)  ⇒ AbstractLogicOperationMatcher 
  
# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 599
def initialize(*matchers) @matchers = matchers end
Class Method Details
.[](*matchers)
[ GitHub ]# File 'lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb', line 595
def self.[](*matchers) new(*matchers) end