| Package | Description |
|---|---|
| redradishes | |
| redradishes.commands | |
| redradishes.decoder.parser |
| Modifier and Type | Method and Description |
|---|---|
ReplyParser<? extends T> |
Request.parser() |
ReplyParser<List<T>> |
CommandList.parser() |
| Modifier and Type | Method and Description |
|---|---|
<R> Command<R> |
CommandBuilder.CommandBuilder0.returning(ReplyParser<? extends R> parser) |
<U1 extends T1,R> |
CommandBuilder.CommandBuilder1.returning(ReplyParser<? extends R> parser) |
<U1 extends T1,U2 extends T2,R> |
CommandBuilder.CommandBuilder2.returning(ReplyParser<? extends R> parser) |
<U1 extends T1,U2 extends T2,U3 extends T3,R> |
CommandBuilder.CommandBuilder3.returning(ReplyParser<? extends R> parser) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Parser<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAsMapParser<T,K,V> |
class |
ArrayParser<T,E> |
class |
ArrayReplyParser<T> |
class |
BulkStringParser<T,B> |
class |
BulkStringReplyParser<T> |
class |
CharAppendingParser<A extends Appendable> |
class |
IntegerReplyParser<T> |
class |
ScanReplyParser<T> |
class |
SimpleStringReplyParser<T> |
| Modifier and Type | Field and Description |
|---|---|
static ReplyParser<? extends CharSequence> |
CharAppendingParser.CHAR_SEQUENCE_PARSER |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,R> ReplyParser<R> |
ReplyParser.combine(ReplyParser<? extends T1> parser1,
ReplyParser<? extends T2> parser2,
BiFunction<? super T1,? super T2,? extends R> fn) |
default <R> ReplyParser<R> |
ReplyParser.fail(Function<? super T,? extends Throwable> mapper) |
default <R> ReplyParser<R> |
ReplyParser.fail(Throwable e) |
default <R> ReplyParser<R> |
ReplyParser.map(Function<? super T,? extends R> mapper) |
default <R> ReplyParser<R> |
CombiningReplyParser.mapToParser(BiFunction<? super T1,? super T2,? extends R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> CombiningReplyParser<T1,T2> |
CombiningReplyParser.combine(ReplyParser<? extends T1> parser1,
ReplyParser<? extends T2> parser2) |
static <T1,T2> CombiningReplyParser<T1,T2> |
CombiningReplyParser.combine(ReplyParser<? extends T1> parser1,
ReplyParser<? extends T2> parser2) |
static <T1,T2,R> ReplyParser<R> |
ReplyParser.combine(ReplyParser<? extends T1> parser1,
ReplyParser<? extends T2> parser2,
BiFunction<? super T1,? super T2,? extends R> fn) |
static <T1,T2,R> ReplyParser<R> |
ReplyParser.combine(ReplyParser<? extends T1> parser1,
ReplyParser<? extends T2> parser2,
BiFunction<? super T1,? super T2,? extends R> fn) |
U |
ReplyParser.PartialReplyHandler.partialReply(ReplyParser<? extends T> partial) |
| Constructor and Description |
|---|
ArrayParser(int len,
ArrayBuilderFactory<E,? extends T> builderFactory,
ReplyParser<E> elementParser) |
SimpleStringReplyParser(ReplyParser<? extends T> parser) |
| Constructor and Description |
|---|
ArrayReplyParser(IntFunction<? extends ReplyParser<T>> bodyParserFactory) |
BulkStringReplyParser(IntFunction<ReplyParser<T>> bodyParserFactory) |
ScanReplyParser(IntFunction<? extends ReplyParser<T>> elementsParserFactory) |
Copyright © 2016. All rights reserved.