| Package | Description |
|---|---|
| com.google.template.soy.basicfunctions |
Plugin package for basic functions.
|
| com.google.template.soy.jssrc.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AugmentMapFunction
Soy function that creates a new map equivalent to augmenting an existing map with additional
mappings.
|
class |
DebugSoyTemplateInfoFunction
Soy special function for internal usages.
|
class |
KeysFunction
Soy function that gets the keys in a map.
|
class |
LegacyObjectMapToMapFunction
Converts values of type
legacy_object_map to values of type experimental_map. |
class |
MapKeysFunction
Soy function that gets the keys in a map.
|
class |
MapToLegacyObjectMapFunction
Converts values of type
map to values of type legacy_object_map. |
class |
ParseFloatFunction
Soy function that converts a string to a float.
|
class |
ParseIntFunction
Soy function that converts a string to an integer.
|
class |
RangeFunction
The Range function takes 1-3 arguments and generates a sequence of integers, like the python
range function. |
| Modifier and Type | Class and Description |
|---|---|
class |
HasMetadataFunction
Soy special function for internal usages.
|
class |
VeLogFunction
Soy special function for internal usages.
|
class |
VeLogJsSrcLoggingFunction
Soy special function for internal usages.
|