public class FeatureKeyScopePredicate extends Object implements com.google.common.base.Predicate<FeatureKeyScope>
| Constructor and Description |
|---|
FeatureKeyScopePredicate(FeatureKeyScope featureKeyScope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(FeatureKeyScope input)
Deprecated.
since 4.6, use
test(FeatureKeyScope) instead.
This class will stop implementing com.google.common.base.Predicate. |
static FeatureKeyScopePredicate |
filterBy(FeatureKeyScope featureKeyScope) |
boolean |
test(FeatureKeyScope input) |
public FeatureKeyScopePredicate(FeatureKeyScope featureKeyScope)
public static FeatureKeyScopePredicate filterBy(FeatureKeyScope featureKeyScope)
@Deprecated public boolean apply(@Nullable FeatureKeyScope input)
test(FeatureKeyScope) instead.
This class will stop implementing com.google.common.base.Predicate.input - the feature key to be compared.public boolean test(@Nullable FeatureKeyScope input)
test in interface Predicate<FeatureKeyScope>input - the feature key to be compared.Copyright © 2024 Atlassian. All rights reserved.