R
- type of the read payloadpublic class DesiredRateExpressionListImpl<R> extends Object implements DesiredRateExpressionList<R>
DesiredRateExpressionList
.Constructor and Description |
---|
DesiredRateExpressionListImpl()
Creates a new empty expression list.
|
Modifier and Type | Method and Description |
---|---|
DesiredRateExpressionListImpl<R> |
and(DesiredRateExpressionList<? extends R> expressions)
Adds the given expressions to this list.
|
List<DesiredRateExpression<R>> |
getDesiredRateExpressions()
The expressions of this list.
|
public DesiredRateExpressionListImpl()
public final DesiredRateExpressionListImpl<R> and(DesiredRateExpressionList<? extends R> expressions)
DesiredRateExpressionList
and
in interface DesiredRateExpressionList<R>
expressions
- a list of expressionspublic final List<DesiredRateExpression<R>> getDesiredRateExpressions()
DesiredRateExpressionList
getDesiredRateExpressions
in interface DesiredRateExpressionList<R>
Copyright © 2010–2015. All rights reserved.