T - The interface whose features are to be enumerated.@GwtCompatible public interface Feature<T>
Base class for enumerating the features of an interface to be tested.
| Modifier and Type | Method and Description |
|---|---|
Set<Feature<? super T>> |
getImpliedFeatures()
Returns the set of features that are implied by this feature.
|