|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
W
- the write payloadpublic interface WriteExpressionList<W>
A list of expressions to write.
Don't implement objects with this interface, use WriteExpressionListImpl
.
Method Summary | |
---|---|
WriteExpressionList<W> |
and(WriteExpressionList<? extends W> expressions)
Adds the given expressions to this list. |
java.util.List<WriteExpression<W>> |
getWriteExpressions()
The expressions of this list. |
Method Detail |
---|
WriteExpressionList<W> and(WriteExpressionList<? extends W> expressions)
expressions
- a list of expressions
java.util.List<WriteExpression<W>> getWriteExpressions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |