public interface DataReaderFilter
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
include(DataRecord record)
Determines whether a record should be included or not. 
 | 
boolean include(DataRecord record)
record - The current record to include or exclude.true if the record should be included, false if the recorded should be excluded.Copyright © 2021. All rights reserved.