| Package | Description |
|---|---|
| com.google.template.soy.data.internal |
| Modifier and Type | Method and Description |
|---|---|
static ListImpl |
ListImpl.forProviderList(com.google.common.collect.ImmutableList<? extends SoyValueProvider> providerList)
Creates a Soy list implementation backed by the given list.
|
static ListImpl |
ListImpl.forProviderList(List<? extends SoyValueProvider> providerList)
Creates a Soy list implementation backed by the given list.
|