| Constructor and Description |
|---|
EitherMatcher(org.hamcrest.Matcher<L> leftMatcher,
org.hamcrest.Matcher<R> rightMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static <L,R> EitherMatcher<L,R> |
leftMatches(org.hamcrest.Matcher<L> matcher) |
protected boolean |
matchesSafely(Either<L,R> item) |
static <L,R> EitherMatcher<L,R> |
rightMatches(org.hamcrest.Matcher<R> matcher) |
describeMismatch, describeMismatchSafely, matchespublic static <L,R> EitherMatcher<L,R> leftMatches(org.hamcrest.Matcher<L> matcher)
public static <L,R> EitherMatcher<L,R> rightMatches(org.hamcrest.Matcher<R> matcher)
public void describeTo(org.hamcrest.Description description)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.