public abstract static class AnalyticsValueStream.AbstractAnalyticsValueStream extends Object implements AnalyticsValueStream
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Constructor and Description |
|---|
AbstractAnalyticsValueStream() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsValueStream |
convertToConstant()
Converts this value to a
ConstantValue if it's expression type is AnalyticsValueStream.ExpressionType.CONST. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectspublic AnalyticsValueStream convertToConstant()
AnalyticsValueStreamConstantValue if it's expression type is AnalyticsValueStream.ExpressionType.CONST.
If the value is reduced then no conversion will occur and the value itself will be returned.convertToConstant in interface AnalyticsValueStreamCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.