Package io.ray.api.function
Interface RayFuncVoid
- All Superinterfaces:
RayFunc,Serializable
- All Known Subinterfaces:
RayFuncVoid0,RayFuncVoid1<T0>,RayFuncVoid2<T0,T1>,RayFuncVoid3<T0,T1,T2>,RayFuncVoid4<T0,T1,T2,T3>,RayFuncVoid5<T0,T1,T2,T3,T4>,RayFuncVoid6<T0,T1,T2,T3,T4,T5>
Interface of all `RayFuncVoidX` classes.