|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
R - type of the read payloadpublic interface DesiredRateExpressionList<R>
A list of expressions to read at the desired rate.
Don't implement objects with this interface, use DesiredRateExpressionListImpl.
| Method Summary | |
|---|---|
DesiredRateExpressionList<R> |
and(DesiredRateExpressionList<? extends R> expressions)
Adds the given expressions to this list. |
java.util.List<DesiredRateExpression<R>> |
getDesiredRateExpressions()
The expressions of this list. |
| Method Detail |
|---|
DesiredRateExpressionList<R> and(DesiredRateExpressionList<? extends R> expressions)
expressions - a list of expressions
java.util.List<DesiredRateExpression<R>> getDesiredRateExpressions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||