public class AndFilter extends AbstractBranchFilter
children| Constructor and Description |
|---|
AndFilter(Filter... children)
Instantiates a new AND filter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Gets the recursive prefix string representation of this AND filter.
|
getChildren, isLeafpublic AndFilter(Filter... children)
children - the child filtersCopyright © 2016. All rights reserved.