Class NegateFilter<T>

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

public class NegateFilter<T> extends Object implements ExcelFilter<T>
Filter which allows to negate result of given ExcelFilter
  • Constructor Details

    • NegateFilter

      public NegateFilter()
  • Method Details

    • test

      public boolean test(T t)
      Specified by:
      test in interface Predicate<T>
    • setExcelFilter

      public void setExcelFilter(ExcelFilter<T> excelFilter)