public class DefaultNFilters extends Object implements net.thevpc.nuts.NFilters
| Modifier and Type | Field and Description |
|---|---|
DefaultNFilterModel |
model |
| Constructor and Description |
|---|
DefaultNFilters() |
| Modifier and Type | Method and Description |
|---|---|
<T extends net.thevpc.nuts.util.NFilter> |
all(Class<T> type,
net.thevpc.nuts.util.NFilter... others) |
<T extends net.thevpc.nuts.util.NFilter> |
all(net.thevpc.nuts.util.NFilter... others) |
<T extends net.thevpc.nuts.util.NFilter> |
always(Class<T> type) |
<T extends net.thevpc.nuts.util.NFilter> |
any(Class<T> type,
net.thevpc.nuts.util.NFilter... others) |
<T extends net.thevpc.nuts.util.NFilter> |
any(net.thevpc.nuts.util.NFilter... others) |
<T extends net.thevpc.nuts.util.NFilter> |
as(Class<T> toFilterInterface,
net.thevpc.nuts.util.NFilter filter) |
Class<? extends net.thevpc.nuts.util.NFilter> |
detectType(net.thevpc.nuts.util.NFilter nFilter) |
DefaultNFilterModel |
getModel() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
<T extends net.thevpc.nuts.util.NFilter> |
never(Class<T> type) |
<T extends net.thevpc.nuts.util.NFilter> |
none(Class<T> type,
net.thevpc.nuts.util.NFilter... others) |
<T extends net.thevpc.nuts.util.NFilter> |
none(net.thevpc.nuts.util.NFilter... others) |
<T extends net.thevpc.nuts.util.NFilter> |
nonnull(Class<T> type,
net.thevpc.nuts.util.NFilter filter) |
<T extends net.thevpc.nuts.util.NFilter> |
not(Class<T> type,
net.thevpc.nuts.util.NFilter other) |
<T extends net.thevpc.nuts.util.NFilter> |
not(net.thevpc.nuts.util.NFilter other) |
<T extends net.thevpc.nuts.util.NFilter> |
to(Class<T> toFilterInterface,
net.thevpc.nuts.util.NFilter filter) |
public DefaultNFilterModel model
public DefaultNFilterModel getModel()
public <T extends net.thevpc.nuts.util.NFilter> T nonnull(Class<T> type, net.thevpc.nuts.util.NFilter filter)
nonnull in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T always(Class<T> type)
always in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T never(Class<T> type)
never in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T all(Class<T> type, net.thevpc.nuts.util.NFilter... others)
all in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T all(net.thevpc.nuts.util.NFilter... others)
all in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T any(Class<T> type, net.thevpc.nuts.util.NFilter... others)
any in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T not(net.thevpc.nuts.util.NFilter other)
not in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T not(Class<T> type, net.thevpc.nuts.util.NFilter other)
not in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T any(net.thevpc.nuts.util.NFilter... others)
any in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T none(Class<T> type, net.thevpc.nuts.util.NFilter... others)
none in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T none(net.thevpc.nuts.util.NFilter... others)
none in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T to(Class<T> toFilterInterface, net.thevpc.nuts.util.NFilter filter)
to in interface net.thevpc.nuts.NFilterspublic <T extends net.thevpc.nuts.util.NFilter> T as(Class<T> toFilterInterface, net.thevpc.nuts.util.NFilter filter)
as in interface net.thevpc.nuts.NFilterspublic Class<? extends net.thevpc.nuts.util.NFilter> detectType(net.thevpc.nuts.util.NFilter nFilter)
detectType in interface net.thevpc.nuts.NFilterspublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.