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.CastingBooleanValueStream
AnalyticsValue.AbstractAnalyticsValue
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean()
Get the boolean representation of the current value.
|
streamBooleans
exists, getObject
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
boolean getBoolean()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists()
afterwards returns TRUE
.
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.