123456789_123456789_123456789_123456789_123456789_

Class: Concurrent::ErlangActor::EnvironmentConstants::AbstractLogicOperationMatcher

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
And, Or
Inherits: Object
Defined in: lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb

Class Method Summary

Constructor Details

.new(*matchers) ⇒ AbstractLogicOperationMatcher

[ GitHub ]

  
# 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