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