Class AndFilter<T>

java.lang.Object
com.hybris.backoffice.excel.template.filter.AndFilter<T>
All Implemented Interfaces:
ExcelFilter<T>, Predicate<T>

public class AndFilter<T> extends Object implements ExcelFilter<T>
Filter which allows for AND logical operator for given ExcelFilters
  • Constructor Details

    • AndFilter

      public AndFilter()
  • Method Details