@FunctionalInterface public static interface InputLine.CharValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(Char ch,
LinePrinter errorPrinter)
Validate the given char.
|
boolean validate(Char ch, LinePrinter errorPrinter)
ch - The char to validate.errorPrinter - Printer to print out error messages.Copyright © 2017. All rights reserved.