io.ray.api.function.RayFunc0 Maven / Gradle / Ivy
// generated automatically, do not modify.
package io.ray.api.function;
/** Functional interface for a remote function that has 0 parameter. */
@FunctionalInterface
public interface RayFunc0 extends RayFuncR {
R apply() throws Exception;
}