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