R - type of the read payloadW - type of the write payload
A list of desired rate expression, to have functions that work on multiple
expressions at the same time.public interface SourceRateReadWriteExpressionList<R,W> extends SourceRateExpressionList<R>, WriteExpressionList<W>
Don't implement objects with this interface, use SourceRateReadWriteExpressionListImpl.
| Modifier and Type | Method and Description |
|---|---|
SourceRateReadWriteExpressionList<R,W> |
and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list.
|
List<SourceRateReadWriteExpression<R,W>> |
getSourceRateReadWriteExpressions()
The expressions of this list.
|
and, getSourceRateExpressionsand, getWriteExpressionsSourceRateReadWriteExpressionList<R,W> and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
expressions - a list of expressionsList<SourceRateReadWriteExpression<R,W>> getSourceRateReadWriteExpressions()
Copyright © 2015. All rights reserved.