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