Class OrFilter<T>
java.lang.Object
com.hybris.backoffice.excel.template.filter.OrFilter<T>
- All Implemented Interfaces:
ExcelFilter<T>,Predicate<T>
Filter which allows for OR logical operator for given
ExcelFilters-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExcelFilter1(ExcelFilter<T> excelFilter1) voidsetExcelFilter2(ExcelFilter<T> excelFilter2) 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