Package org.drools.model.functions
Class Block3.Impl
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.Block3.Impl
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Supplier<java.lang.Object>,BlockN
public static class Block3.Impl extends IntrospectableLambda implements BlockN
- See Also:
- Serialized Form
-
-
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(Block3 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
-
-