| Package | Description |
|---|---|
| redradishes.decoder.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAsMapParser<T,K,V> |
| Modifier and Type | Field and Description |
|---|---|
static Parser<Integer> |
LongParser.INTEGER_PARSER |
static Parser<Long> |
LongParser.LONG_PARSER |
| Modifier and Type | Method and Description |
|---|---|
default <R> Parser<R> |
Parser.map(Function<? super T,? extends R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
default U |
ReplyParser.PartialReplyHandler.partial(Parser<? extends T> partial) |
U |
Parser.PartialHandler.partial(Parser<? extends T> partial) |
| Constructor and Description |
|---|
IntegerReplyParser(Parser<T> parser) |
Copyright © 2016. All rights reserved.