public class DefaultNFilters extends Object implements NFilters
| Modifier and Type | Field and Description |
|---|---|
DefaultNFilterModel |
model |
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| 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 |
getScore(NScorableContext 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisValidScore, query, querypublic DefaultNFilterModel model
public DefaultNFilterModel getModel()
public Class<? extends NFilter> detectType(NFilter nFilter)
detectType in interface NFilterspublic int getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorableCopyright © 2025 vpc open source initiative. All rights reserved.