public class RuleGenerator2<T1 extends DslField<?>,T2 extends DslField<?>,R extends DSLBuilder> extends java.lang.Object implements DSLBuilder
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.BiFunction<T1,T2,R> |
ruleFunction |
protected TemplateSpec.Template2<T1,T2> |
template |
| Constructor and Description |
|---|
RuleGenerator2(java.util.function.BiFunction<T1,T2,R> ruleFunction,
TemplateSpec.Template2<T1,T2> template) |
| Modifier and Type | Method and Description |
|---|---|
R |
bind(T1 p1,
T2 p2) |
Metadata |
metadata() |