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