Interface RuleBuilder<Solution_>
-
- All Superinterfaces:
BiFunction<DroolsConstraint<Solution_>,org.drools.model.Global<WeightedScoreImpacter>,org.drools.model.Rule>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface RuleBuilder<Solution_> extends BiFunction<DroolsConstraint<Solution_>,org.drools.model.Global<WeightedScoreImpacter>,org.drools.model.Rule>
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-