Interface ElMatcher<T>


  • public interface ElMatcher<T>
    Interface for defining matches for filter expressions.
    • Method Detail

      • isMatch

        boolean isMatch​(T bean)
        Return true if the bean matches the expression.