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