Package org.drools.model.functions
Interface Block2<T1,T2>
-
- All Superinterfaces:
java.io.Serializable
public interface Block2<T1,T2> extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlock2.Impl
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BlockNasBlockN()voidexecute(T1 arg1, T2 arg2)
-