Package org.hamcrest.core
Class CombinableMatcher.CombinableEitherMatcher<X>
- java.lang.Object
-
- org.hamcrest.core.CombinableMatcher.CombinableEitherMatcher<X>
-
- Enclosing class:
- CombinableMatcher<T>
public static final class CombinableMatcher.CombinableEitherMatcher<X> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CombinableEitherMatcher(Matcher<? super X> matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CombinableMatcher<X>
or(Matcher<? super X> other)
-