Class MatcherPredicate<T>
- java.lang.Object
-
- com.atlassian.bamboo.utils.predicates.MatcherPredicate<T>
-
- All Implemented Interfaces:
com.google.common.base.Predicate<T>
,Predicate<T>
@Deprecated public class MatcherPredicate<T> extends Object implements com.google.common.base.Predicate<T>
Deprecated.since 6.8, useMatcher.matches(Object)
method reference directlyPredicate that is fulfilled when matcher matches the input
-
-
Constructor Summary
Constructors Constructor Description MatcherPredicate(@NotNull org.hamcrest.Matcher<T> matcher)
Deprecated.
-