Interface NonEqualTypeMatchFunction.Matcher<T0 extends AttributeValue,​T1 extends AttributeValue>

    • Method Detail

      • match

        boolean match​(T0 arg0,
                      T1 arg1)
               throws IllegalArgumentException
        Evaluate function with second parameter as string
        Parameters:
        arg0 - first function parameter
        arg1 - second function parameter
        Returns:
        true if and only if both arguments match according to the matcher definition
        Throws:
        IllegalArgumentException - if one of the arguments is not valid for this matcher