Package com.rpl.agentorama.ops
Interface RamaVoidFunction
- All Superinterfaces:
com.rpl.rama.RamaSerializable,Serializable
- All Known Subinterfaces:
RamaVoidFunction0,RamaVoidFunction1<T0>,RamaVoidFunction2<T0,,T1> RamaVoidFunction3<T0,,T1, T2> RamaVoidFunction4<T0,,T1, T2, T3> RamaVoidFunction5<T0,,T1, T2, T3, T4> RamaVoidFunction6<T0,,T1, T2, T3, T4, T5> RamaVoidFunction7<T0,,T1, T2, T3, T4, T5, T6> RamaVoidFunction8<T0,T1, T2, T3, T4, T5, T6, T7>
public interface RamaVoidFunction
extends com.rpl.rama.RamaSerializable
Base interface for custom function implementations with no return.