public final class MatcherPredicate<T> extends Object implements com.google.common.base.Predicate<T>
Matcher to a Guava Predicate.| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(T input) |
static <T> com.google.common.base.Predicate<T> |
forMatcher(org.hamcrest.Matcher<T> matcher) |
static <T> com.google.common.base.Predicate<T> |
withMatcher(org.hamcrest.Matcher<T> matcher) |
Copyright © 2015 Atlassian. All rights reserved.