public interface StatementFilter
Modifier and Type | Method and Description |
---|---|
List<Statement> |
filter(List<Statement> statements)
Identify statements that match the criteria defined by this filter.
|
List<Statement> filter(List<Statement> statements)
statements
- The statements to filter. Can be null
. The
content of the list is not modified (i.e., a new list is
created as result).null
Copyright © 2018. All rights reserved.