ErlBoolean Match Method NFX Class Library

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

Overload List

  NameDescription
Public methodMatch(IErlObject)
Perform pattern match on this Erlang term returning null if match fails or a dictionary of matched variables bound in the pattern
Public methodMatch(IErlObject, ErlVarBind)
Perform pattern match on this Erlang term, storing matched variables found in the pattern into the binding.
Back to Top
See Also