Interface Feature

    • Method Detail

      • getStability

        default Stability getStability()
        Returns the stability level of this feature.
        Returns:
        a stability level
      • map

        static <F extends FeatureMap<Stability,​F> map​(Iterable<F> features)
        Returns a complete map of a feature per stability level.
        Type Parameters:
        F - the feature type
        Parameters:
        features - a collection of features of different stability levels.
        Returns:
        a full mapping of feature per stability level.