public class PredicateAppliesMatcher<T>
extends org.hamcrest.TypeSafeMatcher<T>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
PredicateAppliesMatcher(Predicate<T> predicate)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
describeTo(org.hamcrest.Description description)  | 
protected boolean | 
matchesSafely(T item)  | 
static <T> org.hamcrest.Matcher<T> | 
predicateApplies(Predicate<T> predicate)  | 
describeMismatch, describeMismatchSafely, matchesprotected boolean matchesSafely(T item)
matchesSafely in class org.hamcrest.TypeSafeMatcher<T>public void describeTo(org.hamcrest.Description description)
public static <T> org.hamcrest.Matcher<T> predicateApplies(@NotNull
                                                           Predicate<T> predicate)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.