public abstract class AbstractBinaryMatcher extends Object implements Matcher
| Constructor and Description |
|---|
AbstractBinaryMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Parameter parameter,
Object value,
Object... properties)
Determines if the value matches the properties or not, based on the underlying operation.
|
protected abstract boolean |
matches(Parameter parameter,
Object value,
Object first,
Object second)
Called to see if two objects match the criteria set by this matcher
|
public final boolean matches(Parameter parameter, Object value, Object... properties)
Matcherprotected abstract boolean matches(Parameter parameter, Object value, Object first, Object second)
parameter - the parameter against which the matching is being performedvalue - the value bound to the matchingfirst - the first operandsecond - the second operandCopyright © 2014–2016. All rights reserved.