public interface Matcher<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(T value)
Checks if the passed value matches the expected condition.
|
boolean matches(T value)
value - the valueCopyright © 2019 JBoss by Red Hat. All rights reserved.