public interface BooleanValue extends BooleanValueStream, AnalyticsValue
 The back-end production of the value can change inbetween calls to getBoolean() and AnalyticsValue.exists(),
 resulting in different values on each call.
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | BooleanValue.AbstractBooleanValueAn abstract base for  BooleanValue.CastingBooleanValuethat automatically casts to all types ifgetBoolean()andAnalyticsValue.exists()are implemented. | 
| static interface  | BooleanValue.CastingBooleanValueAn interface that represents all of the types a  BooleanValueshould be able to cast to. | 
BooleanValueStream.AbstractBooleanValueStream, BooleanValueStream.CastingBooleanValueStreamAnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
| boolean | getBoolean()Get the boolean representation of the current value. | 
streamBooleansexists, getObjectconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectsboolean getBoolean()
 NOTE: The value returned is not valid unless calling AnalyticsValue.exists() afterwards returns TRUE.
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.