@Deprecated @ParametersAreNonnullByDefault public interface SoyEasyList extends SoyList, SoyLegacyObjectMap
Important: Do not use. Use java.util.List instead.
| Modifier and Type | Method and Description |
|---|---|
void |
add(SoyValueProvider valueProvider)
Deprecated.
|
asJavaList, asResolvedJavaList, get, getProvider, lengthgetItem, getItemCnt, getItemKeys, getItemProvider, hasItembooleanValue, coerceToBoolean, coerceToString, equals, floatValue, integerValue, longValue, numberValue, render, render, stringValuerenderAndResolve, resolve, status@Deprecated void add(SoyValueProvider valueProvider)
valueProvider - A provider of the value to add. Note that this is often just the value
itself, since all values are also providers.