public static interface CommandBuilder.CommandBuilder0 extends CommandBuilder.CommandBuilderBase<CommandBuilder.CommandBuilder0>
| Modifier and Type | Method and Description |
|---|---|
<R> Command<R> |
returning(ReplyParser<? extends R> parser) |
<T> CommandBuilder.CommandBuilder1<? super T> |
withArg(Encoder<T> encoder) |
withArg, withIntArg, withLongArg, withOption, withStrArg<T> CommandBuilder.CommandBuilder1<? super T> withArg(Encoder<T> encoder)
<R> Command<R> returning(ReplyParser<? extends R> parser)
Copyright © 2016. All rights reserved.