static bool recursiveMatch(L matchFunctions, O pat, O real, Map map) { ret new RecursiveMatcher(matchFunctions).get(pat, real, map); }