Uses of Class
io.vertx.mutiny.ext.shell.cli.Completion
- 
Packages that use Completion Package Description io.vertx.mutiny.ext.shell.cli io.vertx.mutiny.ext.shell.command io.vertx.mutiny.ext.shell.term  - 
- 
Uses of Completion in io.vertx.mutiny.ext.shell.cli
Fields in io.vertx.mutiny.ext.shell.cli with type parameters of type Completion Modifier and Type Field Description static TypeArg<Completion>Completion. __TYPE_ARGMethods in io.vertx.mutiny.ext.shell.cli that return Completion Modifier and Type Method Description static CompletionCompletion. newInstance(io.vertx.ext.shell.cli.Completion arg) - 
Uses of Completion in io.vertx.mutiny.ext.shell.command
Methods in io.vertx.mutiny.ext.shell.command with parameters of type Completion Modifier and Type Method Description voidCommand. complete(Completion completion)Method parameters in io.vertx.mutiny.ext.shell.command with type arguments of type Completion Modifier and Type Method Description CommandBuilderCommandBuilder. completionHandler(Consumer<Completion> handler) - 
Uses of Completion in io.vertx.mutiny.ext.shell.term
Method parameters in io.vertx.mutiny.ext.shell.term with type arguments of type Completion Modifier and Type Method Description voidTerm. readline(String prompt, io.vertx.core.Handler<String> lineHandler, Consumer<Completion> completionHandler) 
 -