restrictToVersion abstract method

FeatureSet restrictToVersion(
  1. Version version
)

Computes a subset of this FeatureSet by removing any features that are not available in the given language version.

Implementation

FeatureSet restrictToVersion(Version version);