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