public abstract class BaseMatcher<T> extends java.lang.Object implements Matcher<T>
Matcher| Constructor and Description |
|---|
BaseMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
_dont_implement_Matcher___instead_extend_BaseMatcher_()
This method simply acts a friendly reminder not to implement Matcher directly and
instead extend BaseMatcher.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdescribeTopublic final void _dont_implement_Matcher___instead_extend_BaseMatcher_()
Matcher_dont_implement_Matcher___instead_extend_BaseMatcher_ in interface Matcher<T>Matcher._dont_implement_Matcher___instead_extend_BaseMatcher_()public java.lang.String toString()
toString in class java.lang.Object