ErlPatternMatcher ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Pattern matcher that implements a container of patterns to be matched against a given Erlang term. On successful match, the corresponding func registered with that pattern gets invoked
Inheritance Hierarchy

OnlineSystem Object
  NFX.Erlang ErlPatternMatcher

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class ErlPatternMatcher : IEnumerable<ErlPatternMatcher..::..Pattern>, 
	IEnumerable
See Also