Uses of Interface
org.drools.model.functions.Block2
-
Packages that use Block2 Package Description org.drools.model.consequences org.drools.model.functions -
-
Uses of Block2 in org.drools.model.consequences
Methods in org.drools.model.consequences with parameters of type Block2 Modifier and Type Method Description ConsequenceBuilder._1<T1>ConsequenceBuilder._1. execute(Block2<Drools,T1> block)ConsequenceBuilder._2<T1,T2>ConsequenceBuilder._2. execute(Block2<T1,T2> block) -
Uses of Block2 in org.drools.model.functions
Constructors in org.drools.model.functions with parameters of type Block2 Constructor Description Impl(Block2 block)
-