Interface FeatureFilter

    • Method Detail

      • enables

        <F extends Feature> boolean enables​(F feature)
        Determines whether the specified feature is enabled.
        Type Parameters:
        F - the feature type
        Parameters:
        feature - a feature
        Returns:
        true, if the specified feature is enabled, false otherwise.