T - the type of the datatable records@FunctionalInterface public interface SearchFilter<T>
LocalListDataStore records| Modifier and Type | Method and Description |
|---|---|
boolean |
filterRecord(SearchEvent event,
T record)
Filters a record based on the search filters
|
boolean filterRecord(SearchEvent event, T record)
event - SearchEventrecord - T the record being checkedCopyright © 2019–2022 Dominokit. All rights reserved.