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

Inherits:
Object
  • Object
show all
Defined in:
lib-edge/concurrent/edge/erlang_actor.rb

Direct Known Subclasses

And, Or

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*matchers) ⇒ AbstractLogicOperationMatcher

Returns a new instance of AbstractLogicOperationMatcher.



595
596
597
# File 'lib-edge/concurrent/edge/erlang_actor.rb', line 595

def initialize(*matchers)
  @matchers = matchers
end

Class Method Details

.[](*matchers) ⇒ undocumented



591
592
593
# File 'lib-edge/concurrent/edge/erlang_actor.rb', line 591

def self.[](*matchers)
  new(*matchers)
end