com.atlassian.sal.api.features
Class FeatureKeyScopePredicate

java.lang.Object
  extended by com.atlassian.sal.api.features.FeatureKeyScopePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<FeatureKeyScope>

public class FeatureKeyScopePredicate
extends Object
implements com.google.common.base.Predicate<FeatureKeyScope>

Since:
2.10.1

Constructor Summary
FeatureKeyScopePredicate(FeatureKeyScope featureKeyScope)
           
 
Method Summary
 boolean apply(FeatureKeyScope input)
           
static FeatureKeyScopePredicate filterBy(FeatureKeyScope featureKeyScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

FeatureKeyScopePredicate

public FeatureKeyScopePredicate(FeatureKeyScope featureKeyScope)
Method Detail

filterBy

public static FeatureKeyScopePredicate filterBy(FeatureKeyScope featureKeyScope)

apply

public boolean apply(@Nullable
                     FeatureKeyScope input)
Specified by:
apply in interface com.google.common.base.Predicate<FeatureKeyScope>


Copyright © 2015 Atlassian. All rights reserved.