public static interface NodeSequence.RowFilter
Modifier and Type | Method and Description |
---|---|
boolean |
isCurrentRowValid(NodeSequence.Batch batch)
Determine if the current row in the given batch satisfies the filter and should be included in the results.
|
boolean isCurrentRowValid(NodeSequence.Batch batch)
Implementations should never call NodeSequence.Batch.hasNext()
or NodeSequence.Batch.nextRow()
.
batch
- the batch that is at a valid rowCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.