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