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.AbstractBooleanValue
An abstract base for  
BooleanValue.CastingBooleanValue that automatically casts to all types if getBoolean() and AnalyticsValue.exists() are implemented. | 
static interface  | 
BooleanValue.CastingBooleanValue
An interface that represents all of the types a  
BooleanValue should 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-2018 Apache Software Foundation. All Rights Reserved.