Interface EqualTypeMatchFunction.Matcher<PARAM_T extends AttributeValue>

    • Method Detail

      • match

        boolean match​(PARAM_T arg0,
                      PARAM_T arg1)
        Match two arguments (same type)
        Parameters:
        arg0 - first argument
        arg1 - second argument to be matched against the first one
        Returns:
        true iff arguments match (match algorithm is implementation-specific)