public class MsgPartUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasPlrselPart(List<SoyMsgPart> msgParts)
Checks whether a given list of msg parts has any plural or select parts.
|
public static boolean hasPlrselPart(List<SoyMsgPart> msgParts)
msgParts - The msg parts to check.