public interface DoubleValueStream extends AnalyticsValueStream
 The back-end production of the value can change inbetween calls to streamDoubles(java.util.function.DoubleConsumer),
 resulting in different values on each call.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | DoubleValueStream.AbstractDoubleValueStreamAn abstract base for  DoubleValueStream.CastingDoubleValueStreamthat automatically casts to all types ifstreamDoubles(java.util.function.DoubleConsumer)is implemented. | 
| static interface  | DoubleValueStream.CastingDoubleValueStreamAn interface that represents all of the types a  DoubleValueStreamshould be able to cast to. | 
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
| void | streamDoubles(DoubleConsumer cons)Stream the double representations of all current values, if any exist. | 
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsvoid streamDoubles(DoubleConsumer cons)
cons - The consumer to accept the valuesCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.