Package com.atlassian.sal.api.features
Class FeatureKeyScopePredicate
java.lang.Object
com.atlassian.sal.api.features.FeatureKeyScopePredicate
- All Implemented Interfaces:
Predicate<FeatureKeyScope>
- Since:
- 2.10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FeatureKeyScopePredicatefilterBy(FeatureKeyScope featureKeyScope) booleantest(FeatureKeyScope input)
-
Constructor Details
-
FeatureKeyScopePredicate
-
-
Method Details
-
filterBy
-
test
- Specified by:
testin interfacePredicate<FeatureKeyScope>- Parameters:
input- the feature key to be compared.- Returns:
- whether the input matches the predicate
- Since:
- 4.6.0.
-