| Class | Description |
|---|---|
| AugmentMapFunction |
Soy function that creates a new map equivalent to augmenting an existing map with additional
mappings.
|
| BasicFunctionsModule |
Guice module for basic Soy functions.
|
| BasicFunctionsRuntime |
static functions for implementing the basic functions for java.
|
| CeilingFunction |
Soy function that takes the ceiling of a number.
|
| DebugSoyTemplateInfoFunction |
Soy special function for internal usages.
|
| FloatFunction |
Soy special function for automatic coercion of an int into a float.
|
| FloorFunction |
Soy function that takes the floor of a number.
|
| KeysFunction |
Soy function that gets the keys in a map.
|
| LegacyObjectMapToMapFunction |
Converts values of type
legacy_object_map to values of type experimental_map. |
| LengthFunction |
Soy function that gets the length of a list.
|
| MapKeysFunction |
Soy function that gets the keys in a map.
|
| MapToLegacyObjectMapFunction |
Converts values of type
map to values of type legacy_object_map. |
| MaxFunction |
Soy function that takes the max of two numbers.
|
| MinFunction |
Soy function that takes the min of two numbers.
|
| ParseFloatFunction |
Soy function that converts a string to a float.
|
| ParseIntFunction |
Soy function that converts a string to an integer.
|
| RandomIntFunction |
Soy function that generates a random integer in the range [0, n-1].
|
| RangeFunction |
The Range function takes 1-3 arguments and generates a sequence of integers, like the python
range function. |
| RoundFunction |
Soy function that rounds a number to a specified number of digits before or after the decimal
point.
|