Interface RayFuncR<R>

Type Parameters:
R - Type of function return value
All Superinterfaces:
RayFunc, Serializable
All Known Subinterfaces:
RayFunc0<R>, RayFunc1<T0,​R>, RayFunc2<T0,​T1,​R>, RayFunc3<T0,​T1,​T2,​R>, RayFunc4<T0,​T1,​T2,​T3,​R>, RayFunc5<T0,​T1,​T2,​T3,​T4,​R>, RayFunc6<T0,​T1,​T2,​T3,​T4,​T5,​R>

public interface RayFuncR<R> extends RayFunc
Interface of all Ray remote functions which have a return value.