Package io.atlassian.fugue.hamcrest
Class EitherMatchers.RightMatcher<R>
- All Implemented Interfaces:
org.hamcrest.Matcher<Either<?,,R>> org.hamcrest.SelfDescribing
- Enclosing class:
EitherMatchers
private static class EitherMatchers.RightMatcher<R>
extends org.hamcrest.TypeSafeMatcher<Either<?,R>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(Either<?, R> actual, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Either<?, R> actual) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
subMatcher
-
-
Constructor Details
-
RightMatcher
-
-
Method Details
-
matchesSafely
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
-