Uses of Interface
io.ray.api.function.RayFuncR
Packages that use RayFuncR
-
Uses of RayFuncR in io.ray.api.call
Constructors in io.ray.api.call with parameters of type RayFuncRModifierConstructorDescriptionActorCreator(RayFuncR<A> func, Object[] args)ActorTaskCaller(ActorHandle actor, RayFuncR<R> func, Object[] args)TaskCaller(RayFuncR<R> func, Object[] args) -
Uses of RayFuncR in io.ray.api.function
Subinterfaces of RayFuncR in io.ray.api.functionModifier and TypeInterfaceDescriptioninterfaceRayFunc0<R>Functional interface for a remote function that has 0 parameter.interfaceRayFunc1<T0,R>Functional interface for a remote function that has 1 parameter.interfaceRayFunc2<T0,T1,R>Functional interface for a remote function that has 2 parameters.interfaceRayFunc3<T0,T1,T2,R>Functional interface for a remote function that has 3 parameters.interfaceRayFunc4<T0,T1,T2,T3,R>Functional interface for a remote function that has 4 parameters.interfaceRayFunc5<T0,T1,T2,T3,T4,R>Functional interface for a remote function that has 5 parameters.interfaceRayFunc6<T0,T1,T2,T3,T4,T5,R>Functional interface for a remote function that has 6 parameters. -
Uses of RayFuncR in io.ray.api.parallelactor
Methods in io.ray.api.parallelactor with parameters of type RayFuncRModifier and TypeMethodDescription<A> ParallelActorHandle<A>ParallelActorContext.createParallelActorExecutor(int parallelism, RayFuncR<A> ctorFunc)Constructors in io.ray.api.parallelactor with parameters of type RayFuncRModifierConstructorDescriptionParallelActorCreator(RayFuncR<A> func, Object[] args)ParallelActorTaskCaller(ParallelActorInstance instance, RayFuncR<R> func, Object[] args) -
Uses of RayFuncR in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type RayFuncRModifier and TypeMethodDescriptionRayRuntime.extractConcurrencyGroups(RayFuncR<?> actorConstructorLambda)