All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ray.api.function.RayFuncR Maven / Gradle / Ivy

There is a newer version: 2.36.0
Show newest version
package io.ray.api.function;

/**
 * Interface of all Ray remote functions which have a return value.
 *
 * @param  Type of function return value
 */
public interface RayFuncR extends RayFunc {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy