public abstract static class AnalyticsValue.AbstractAnalyticsValue extends Object implements AnalyticsValue
AnalyticsValue that automatically casts to castable types.AnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.ExpressionType| Constructor and Description |
|---|
AbstractAnalyticsValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
streamObjects(Consumer<Object> cons)
Stream the object representations of all current values, if any exist.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, getObjectcreateExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getNamepublic void streamObjects(Consumer<Object> cons)
AnalyticsValueStreamstreamObjects in interface AnalyticsValueStreamcons - The consumer to accept the valuesCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.