Class AndSearchCondition<T>

    • Constructor Detail

      • AndSearchCondition

        public AndSearchCondition()
    • Method Detail

      • isMet

        public boolean isMet​(T pojo)
        Description copied from interface: SearchCondition
        Checks if the given pojo instance meets this search condition
        Parameters:
        pojo - the object which will be checked
        Returns:
        true if the pojo meets this search condition, false - otherwise