- All Implemented Interfaces:
com.google.common.base.Predicate<String>
, Predicate<String>
- Enclosing class:
IssueKey
@ExperimentalApi
public static class IssueKey.IsValidIssueKeyPredicate
extends Object
implements com.google.common.base.Predicate<String>
-
Constructor Summary
Constructors
-
Method Summary
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, test
-
Constructor Details
-
IsValidIssueKeyPredicate
public IsValidIssueKeyPredicate()
-
Method Details
-
apply
public boolean apply(String issueKey)
- Specified by:
apply
in interface com.google.common.base.Predicate<String>