R - type of the read payloadpublic interface SourceRateExpressionList<R>
Don't implement objects with this interface, use SourceRateExpressionListImpl.
| Modifier and Type | Method and Description |
|---|---|
SourceRateExpressionList<R> |
and(SourceRateExpressionList<? extends R> expressions)
Adds the given expressions to this list.
|
List<SourceRateExpression<R>> |
getSourceRateExpressions()
The expressions of this list.
|
SourceRateExpressionList<R> and(SourceRateExpressionList<? extends R> expressions)
expressions - a list of expressionsList<SourceRateExpression<R>> getSourceRateExpressions()
Copyright © 2010–2015. All rights reserved.