public class NIdFilterOr extends net.thevpc.nuts.spi.base.AbstractIdFilter implements net.thevpc.nuts.NIdFilter, net.thevpc.nuts.util.NSimplifiable<net.thevpc.nuts.NIdFilter>, NExprIdFilter, NComplexExpressionString
| Constructor and Description |
|---|
NIdFilterOr(net.thevpc.nuts.NIdFilter... all) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptId(net.thevpc.nuts.NId id) |
boolean |
equals(Object obj) |
net.thevpc.nuts.NIdFilter[] |
getChildren() |
List<net.thevpc.nuts.util.NFilter> |
getSubFilters() |
int |
hashCode() |
net.thevpc.nuts.NIdFilter |
simplify() |
String |
toExpr()
if convertible to javascript boolean expression return valid non null
code.
|
String |
toString() |
and, describe, getFilterOp, getFilterType, or, simplify, toclone, finalize, getClass, notify, notifyAll, wait, wait, waitand, getFilterOp, getFilterType, or, simplify, totoStringpublic net.thevpc.nuts.NIdFilter[] getChildren()
public boolean acceptId(net.thevpc.nuts.NId id)
acceptId in interface net.thevpc.nuts.NIdFilterpublic net.thevpc.nuts.NIdFilter simplify()
simplify in interface net.thevpc.nuts.util.NFiltersimplify in interface net.thevpc.nuts.util.NSimplifiable<net.thevpc.nuts.NIdFilter>public String toExpr()
NExprIdFiltertoExpr in interface NExprIdFilterpublic List<net.thevpc.nuts.util.NFilter> getSubFilters()
getSubFilters in interface net.thevpc.nuts.util.NFiltergetSubFilters in class net.thevpc.nuts.spi.base.AbstractNFilterCopyright © 2025 vpc open source initiative. All rights reserved.