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