public abstract class AbstractDependencyFilter
extends net.thevpc.nuts.spi.base.AbstractNFilter
implements net.thevpc.nuts.NDependencyFilter, net.thevpc.nuts.util.NSimplifiable<net.thevpc.nuts.NDependencyFilter>
| Constructor and Description |
|---|
AbstractDependencyFilter(net.thevpc.nuts.util.NFilterOp op) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDependencyFilter |
and(net.thevpc.nuts.NDependencyFilter other) |
net.thevpc.nuts.NDependencyFilter |
neg() |
net.thevpc.nuts.NDependencyFilter |
or(net.thevpc.nuts.NDependencyFilter 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 AbstractDependencyFilter(net.thevpc.nuts.util.NFilterOp op)
public net.thevpc.nuts.NDependencyFilter or(net.thevpc.nuts.NDependencyFilter other)
or in interface net.thevpc.nuts.NDependencyFilterpublic net.thevpc.nuts.NDependencyFilter and(net.thevpc.nuts.NDependencyFilter other)
and in interface net.thevpc.nuts.NDependencyFilterpublic net.thevpc.nuts.NDependencyFilter neg()
neg in interface net.thevpc.nuts.NDependencyFilterneg 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.