Interface BooleanExpression<E>

    • Method Detail

      • matches

        boolean matches​(E object)
        Parameters:
        object - object to match
        Returns:
        true if the expression evaluates to Boolean.TRUE.