@FunctionalInterface public interface Criterion
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate(String value)
Tests whether the specified value satisfies this criterion.
|
ValidationResult validate(String value)
value - to be tested against this criterion.Copyright © 2019. All rights reserved.