<T extends IPrimitive & IFilterablePrimitive> FilterMatcher.FilterType |
FilterMatcher.isDisabled(T primitive) |
Check if primitive is disabled.
|
<T extends IPrimitive & IFilterablePrimitive> FilterMatcher.FilterType |
FilterMatcher.isHidden(T primitive) |
Check if primitive is hidden.
|
private static <T extends IPrimitive & IFilterablePrimitive> FilterMatcher.FilterType |
FilterMatcher.test(List<FilterMatcher.FilterInfo> filters,
T primitive,
boolean hidden) |
|
static FilterMatcher.FilterType |
FilterMatcher.FilterType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FilterMatcher.FilterType[] |
FilterMatcher.FilterType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|