public final class IdentifiableMatcher extends AbstractMatcher<Object,Object>
| Constructor and Description |
|---|
IdentifiableMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchImpl(Object first,
Object second)
Compares two objects and returns whether they match or not.
|
boolean |
supports(Object object)
todo 1.
|
matchpublic boolean supports(@Nullable Object object)
protected boolean matchImpl(@Nullable Object first, @Nullable Object second)
AbstractMatchermatchImpl in class AbstractMatcher<Object,Object>first - first matched objectsecond - second matched objecttrue if provided objects match, otherwise falseCopyright © 2020. All rights reserved.