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.AbstractFloatValueStreamAn abstract base for  FloatValueStream.CastingFloatValueStreamthat automatically casts to all types ifstreamFloats(org.apache.solr.analytics.util.function.FloatConsumer)is implemented. | 
| static interface  | FloatValueStream.CastingFloatValueStreamAn interface that represents all of the types a  FloatValueStreamshould 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-2019 Apache Software Foundation. All Rights Reserved.