public interface FloatValueStream extends AnalyticsValueStream
 The back-end production of the value can change inbetween calls to streamFloats(org.apache.solr.analytics.util.function.FloatConsumer),
 resulting in different values on each call.
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
FloatValueStream.AbstractFloatValueStream
An abstract base for  
FloatValueStream.CastingFloatValueStream that automatically casts to all types if streamFloats(org.apache.solr.analytics.util.function.FloatConsumer) is implemented. | 
static interface  | 
FloatValueStream.CastingFloatValueStream
An interface that represents all of the types a  
FloatValueStream should be able to cast to. | 
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
void | 
streamFloats(FloatConsumer cons)
Stream the float representations of all current values, if any exist. 
 | 
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsvoid streamFloats(FloatConsumer cons)
cons - The consumer to accept the valuesCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.