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