public class SubstitutorsUnion extends java.lang.Object implements ClauseSubstitutor
| Constructor and Description |
|---|
SubstitutorsUnion(java.util.List<ClauseSubstitutor> substitutors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsGroup(java.lang.String key) |
java.lang.String |
getGrouped(java.lang.String key) |
static ClauseSubstitutor |
of(ClauseSubstitutor... substitutors) |
public SubstitutorsUnion(java.util.List<ClauseSubstitutor> substitutors)
public static ClauseSubstitutor of(ClauseSubstitutor... substitutors)
public boolean containsGroup(java.lang.String key)
containsGroup in interface ClauseSubstitutorpublic java.lang.String getGrouped(java.lang.String key)
getGrouped in interface ClauseSubstitutor