public abstract static class IntValueStream.AbstractIntValueStream extends Object implements IntValueStream.CastingIntValueStream
IntValueStream.CastingIntValueStream that automatically casts to all types if IntValueStream.streamInts(java.util.function.IntConsumer) is implemented.IntValueStream.AbstractIntValueStream, IntValueStream.CastingIntValueStreamLongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamFloatValueStream.AbstractFloatValueStream, FloatValueStream.CastingFloatValueStreamDoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStreamStringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Constructor and Description | 
|---|
| AbstractIntValueStream() | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalyticsValueStream | convertToConstant()Converts this value to a  ConstantValueif it's expression type isAnalyticsValueStream.ExpressionType.CONST. | 
| void | streamDoubles(DoubleConsumer cons)Stream the double representations of all current values, if any exist. | 
| void | streamFloats(FloatConsumer cons)Stream the float representations of all current values, if any exist. | 
| void | streamLongs(LongConsumer cons)Stream the long representations of all current values, if any exist. | 
| void | streamObjects(Consumer<Object> cons)Stream the object representations of all current values, if any exist. | 
| void | streamStrings(Consumer<String> cons)Stream the String representations of all current values, if any exist. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamIntscreateExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getNamepublic void streamLongs(LongConsumer cons)
LongValueStreamstreamLongs in interface LongValueStreamcons - The consumer to accept the valuespublic void streamFloats(FloatConsumer cons)
FloatValueStreamstreamFloats in interface FloatValueStreamcons - The consumer to accept the valuespublic void streamDoubles(DoubleConsumer cons)
DoubleValueStreamstreamDoubles in interface DoubleValueStreamcons - The consumer to accept the valuespublic void streamStrings(Consumer<String> cons)
StringValueStreamstreamStrings in interface StringValueStreamcons - The consumer to accept the valuespublic void streamObjects(Consumer<Object> cons)
AnalyticsValueStreamstreamObjects in interface AnalyticsValueStreamcons - The consumer to accept the valuespublic AnalyticsValueStream convertToConstant()
AnalyticsValueStreamConstantValue if it's expression type is AnalyticsValueStream.ExpressionType.CONST.
 
 If the value is reduced then no conversion will occur and the value itself will be returned.convertToConstant in interface AnalyticsValueStreamCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.