public abstract static class BooleanValueStream.AbstractBooleanValueStream extends Object implements BooleanValueStream.CastingBooleanValueStream
BooleanValueStream.CastingBooleanValueStream that automatically casts to all types if BooleanValueStream.streamBooleans(org.apache.solr.analytics.util.function.BooleanConsumer) is implemented.BooleanValueStream.AbstractBooleanValueStream, BooleanValueStream.CastingBooleanValueStreamStringValueStream.AbstractStringValueStream, StringValueStream.CastingStringValueStreamAnalyticsValueStream.ExpressionType| Constructor and Description |
|---|
AbstractBooleanValueStream() |
| Modifier and Type | Method and Description |
|---|---|
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, waitstreamBooleanscreateExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getNamepublic 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.