| Package | Description |
|---|---|
| redradishes.commands | |
| redradishes.encoder |
| Modifier and Type | Method and Description |
|---|---|
ConstExpr |
Command.c() |
| Modifier and Type | Field and Description |
|---|---|
static ConstExpr |
ConstExpr.EMPTY |
static ConstExpr |
ConstExpr.NEW_ARG |
| Modifier and Type | Method and Description |
|---|---|
default ConstExpr |
ConstExpr.append(ConstExpr c) |
static ConstExpr |
ConstExpr.byteConst(byte b) |
static ConstExpr |
ConstExpr.bytesConst(byte[] src) |
static ConstExpr |
ConstExpr.bytesConst(byte[] src,
int offset,
int length) |
static ConstExpr |
ConstExpr.bytesConstWithSize(byte[] src,
int size) |
static ConstExpr |
ConstExpr.combine(ConstExpr c1,
ConstExpr c2) |
default ConstExpr |
ConstExpr.compact() |
ConstExpr |
IntEncoder.encode(int val) |
ConstExpr |
Encoder.encode(T val) |
ConstExpr |
Encoder2.encode(T1 val1,
T2 val2) |
ConstExpr |
Encoder3.encode(T1 val1,
T2 val2,
T3 val3) |
static ConstExpr |
ConstExpr.strConst(CharSequence s,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
default ConstExpr |
ConstExpr.append(ConstExpr c) |
E |
EncoderBase.append(ConstExpr c) |
default Encoder<T> |
Encoder.append(ConstExpr c) |
default Encoder3<T1,T2,T3> |
Encoder3.append(ConstExpr c) |
default Encoder2<T1,T2> |
Encoder2.append(ConstExpr c) |
default IntEncoder |
IntEncoder.append(ConstExpr c) |
static <T> Encoder<T> |
Encoder.choiceConst(Predicate<T> predicate,
ConstExpr then,
Encoder<T> otherwise) |
static ConstExpr |
ConstExpr.combine(ConstExpr c1,
ConstExpr c2) |
E |
EncoderBase.prepend(ConstExpr c) |
default Encoder<T> |
Encoder.prepend(ConstExpr c) |
default Encoder3<T1,T2,T3> |
Encoder3.prepend(ConstExpr c) |
default Encoder2<T1,T2> |
Encoder2.prepend(ConstExpr c) |
default IntEncoder |
IntEncoder.prepend(ConstExpr c) |
Copyright © 2016. All rights reserved.