Package org.drools.traits.core.metadata
Interface MetaCallableTask<T>
-
- All Known Subinterfaces:
Don<K,T>,Modify<T>,NewInstance<T>,Shed<K,T>,WorkingMemoryTask<T>
- All Known Implementing Classes:
AbstractWMTask,DonLiteral,ModifyLiteral,ModifyLiteral.InverseModifyLiteral,NewInstanceLiteral
public interface MetaCallableTask<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMetaCallableTask.KIND
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()MetaCallableTask.KINDkind()
-
-
-
Method Detail
-
call
T call()
-
kind
MetaCallableTask.KIND kind()
-
-