@FunctionalInterface public static interface InputLine.TabCompletion
| Modifier and Type | Method and Description | 
|---|---|
| String | complete(String before,
        LinePrinter errorPrinter)Try to complete the given string. | 
String complete(String before, LinePrinter errorPrinter)
before - The string to be completed. What is before the carriage.errorPrinter - Print errors or alternatives to this line printer.Copyright © 2017. All rights reserved.