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