Package org.drools.model.functions
Class Block7.Impl
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.Block7.Impl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.lang.Object... objs)java.lang.ObjectgetLambda()-
Methods inherited from class org.drools.model.functions.IntrospectableLambda
equals, get, hashCode, toString
-
-
-
-
Constructor Detail
-
Impl
public Impl(Block7 block)
-
-
Method Detail
-
execute
public void execute(java.lang.Object... objs) throws java.lang.Exception
-
getLambda
public java.lang.Object getLambda()
- Specified by:
getLambdain classIntrospectableLambda
-
-