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