public abstract static class SoyMsgPart.Case<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> SoyMsgPart.Case<T> |
create(T spec,
Iterable<? extends SoyMsgPart> parts) |
abstract com.google.common.collect.ImmutableList<SoyMsgPart> |
parts() |
abstract T |
spec() |
public static <T> SoyMsgPart.Case<T> create(T spec, Iterable<? extends SoyMsgPart> parts)
public abstract com.google.common.collect.ImmutableList<SoyMsgPart> parts()