public abstract class AbstractDefinitionFilter
extends net.thevpc.nuts.spi.base.AbstractNFilter
implements net.thevpc.nuts.NDefinitionFilter, net.thevpc.nuts.util.NSimplifiable<net.thevpc.nuts.NDefinitionFilter>
| Constructor and Description |
|---|
AbstractDefinitionFilter(net.thevpc.nuts.util.NFilterOp op) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDefinitionFilter |
and(net.thevpc.nuts.NDefinitionFilter other) |
net.thevpc.nuts.NDefinitionFilter |
neg() |
net.thevpc.nuts.NDefinitionFilter |
or(net.thevpc.nuts.NDefinitionFilter other) |
net.thevpc.nuts.util.NFilter |
redescribe(Supplier<net.thevpc.nuts.elem.NElement> description) |
and, describe, getFilterOp, getFilterType, getSubFilters, or, simplify, toclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractDefinitionFilter(net.thevpc.nuts.util.NFilterOp op)
public net.thevpc.nuts.NDefinitionFilter or(net.thevpc.nuts.NDefinitionFilter other)
or in interface net.thevpc.nuts.NDefinitionFilterpublic net.thevpc.nuts.NDefinitionFilter and(net.thevpc.nuts.NDefinitionFilter other)
and in interface net.thevpc.nuts.NDefinitionFilterpublic net.thevpc.nuts.NDefinitionFilter neg()
neg in interface net.thevpc.nuts.NDefinitionFilterneg in interface net.thevpc.nuts.util.NFilterneg in class net.thevpc.nuts.spi.base.AbstractNFilterpublic net.thevpc.nuts.util.NFilter redescribe(Supplier<net.thevpc.nuts.elem.NElement> description)
redescribe in interface net.thevpc.nuts.elem.NElementRedescribable<net.thevpc.nuts.util.NFilter>Copyright © 2025 vpc open source initiative. All rights reserved.