Class AndFilter<T>
java.lang.Object
com.hybris.backoffice.excel.template.filter.AndFilter<T>
- All Implemented Interfaces:
ExcelFilter<T>,Predicate<T>
Filter which allows for AND logical operator for given
ExcelFilters-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ExcelFilter<T>>voidsetFilters(List<ExcelFilter<T>> filters) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.backoffice.excel.template.filter.ExcelFilter
negate, or