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.AbstractLongValueStream
An abstract base for  
LongValueStream.CastingLongValueStream that automatically casts to all types if streamLongs(java.util.function.LongConsumer) is implemented. | 
static interface  | 
LongValueStream.CastingLongValueStream
An interface that represents all of the types a  
LongValueStream should 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-2018 Apache Software Foundation. All Rights Reserved.