| Package | Description |
|---|---|
| org.jline.console |
| Modifier and Type | Method and Description |
|---|---|
Consumer<CommandInput> |
CommandMethods.execute() |
Function<CommandInput,Object> |
CommandMethods.executeFunction() |
| Constructor and Description |
|---|
CommandMethods(Consumer<CommandInput> execute,
Function<String,List<Completer>> compileCompleter) |
CommandMethods(Function<CommandInput,Object> execute,
Function<String,List<Completer>> compileCompleter) |
Copyright © 2020. All rights reserved.