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.ExpressionType
Modifier and Type | Method and Description |
---|---|
void |
streamLongs(LongConsumer cons)
Stream the long representations of all current values, if any exist.
|
createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
void streamLongs(LongConsumer cons)
cons
- The consumer to accept the valuesCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.