| 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.
|
| CeilingFunction |
Soy function that takes the ceiling of a number.
|
| FloorFunction |
Soy function that takes the floor of a number.
|
| KeysFunction |
Soy function that gets the keys in a map.
|
| MaxFunction |
Soy function that takes the max of two numbers.
|
| MinFunction |
Soy function that takes the min of two numbers.
|
| RandomIntFunction |
Soy function that generates a random integer in the range [0, n-1].
|
| RoundFunction |
Soy function that rounds a number to a specified number of digits before or after the decimal
point.
|