public static class RuleKeyDiagnostics.Result<RULE_KEY,DIAG_KEY> extends Object
Constructor and Description |
---|
Result(RULE_KEY ruleKey,
DIAG_KEY diagKey,
Iterable<AddsToRuleKey> appendables) |
Modifier and Type | Method and Description |
---|---|
static <RULE_KEY,DIAG_KEY> |
of(RULE_KEY ruleKey,
RuleKeyResult<DIAG_KEY> res) |
public Result(RULE_KEY ruleKey, DIAG_KEY diagKey, Iterable<AddsToRuleKey> appendables)
public static <RULE_KEY,DIAG_KEY> RuleKeyDiagnostics.Result<RULE_KEY,DIAG_KEY> of(RULE_KEY ruleKey, RuleKeyResult<DIAG_KEY> res)