public class RuleGenerator4<T1 extends DslField<?>,T2 extends DslField<?>,T3 extends DslField<?>,T4 extends DslField<?>,R extends DSLBuilder> extends java.lang.Object implements DSLBuilder
| Modifier and Type | Field and Description |
|---|---|
protected Function4<T1,T2,T3,T4,R> |
ruleFunction |
protected TemplateSpec.Template4<T1,T2,T3,T4> |
template |
| Constructor and Description |
|---|
RuleGenerator4(Function4<T1,T2,T3,T4,R> ruleFunction,
TemplateSpec.Template4<T1,T2,T3,T4> template) |
| Modifier and Type | Method and Description |
|---|---|
R |
bind(T1 p1,
T2 p2,
T3 p3,
T4 p4) |
Metadata |
metadata() |