public abstract static class LongValueStream.AbstractLongValueStream extends Object implements LongValueStream.CastingLongValueStream
LongValueStream.CastingLongValueStream that automatically casts to all types if LongValueStream.streamLongs(java.util.function.LongConsumer) is implemented.LongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamDoubleValueStream.AbstractDoubleValueStream, DoubleValueStream.CastingDoubleValueStreamStringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamAnalyticsValueStream.ExpressionType| Constructor and Description |
|---|
AbstractLongValueStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
streamDoubles(DoubleConsumer cons)
Stream the double 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, waitstreamLongscreateExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getNamepublic 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 valuesCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.