public static interface ReplyParser.PartialReplyHandler<T,U> extends Parser.PartialHandler<T,U>
| Modifier and Type | Method and Description |
|---|---|
default U |
partial(Parser<? extends T> partial) |
U |
partialReply(ReplyParser<? extends T> partial) |
U partialReply(ReplyParser<? extends T> partial)
Copyright © 2016. All rights reserved.