| Package | Description |
|---|---|
| com.google.template.soy.data.restricted |
| Modifier and Type | Field and Description |
|---|---|
static BooleanData |
BooleanData.FALSE
Static instance of BooleanData with value 'false'.
|
static BooleanData |
BooleanData.TRUE
Static instance of BooleanData with value 'true'.
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanData |
BooleanData.forValue(boolean value)
Gets a BooleanData instance for the given value.
|