public interface StringValueStream extends AnalyticsValueStream
The back-end production of the value can change inbetween calls to streamStrings(java.util.function.Consumer<java.lang.String>)
,
resulting in different values on each call.
Modifier and Type | Interface and Description |
---|---|
static class |
StringValueStream.AbstractStringValueStream
An abstract base for
StringValueStream.CastingStringValueStream that automatically casts to all types if streamStrings(java.util.function.Consumer<java.lang.String>) is implemented. |
static interface |
StringValueStream.CastingStringValueStream
An interface that represents all of the types a
StringValueStream should be able to cast to. |
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
void |
streamStrings(Consumer<String> cons)
Stream the String representations of all current values, if any exist.
|
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.