public interface Matcher extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Object first,
Object second)
Compares two objects and returns whether they match or not.
|
boolean |
supports(Object object)
Returns whether or not this
Matcher supports provided object. |
Copyright © 2020. All rights reserved.