public abstract class AbstractStateMatcher extends Object implements Matcher
| Constructor and Description |
|---|
AbstractStateMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
matches(Parameter parameter,
Object value)
Called to determine the match
|
boolean |
matches(Parameter parameter,
Object value,
Object... properties)
Determines if the value matches the properties or not, based on the underlying operation.
|
Copyright © 2014–2016. All rights reserved.