io.ray.api.function.RayFuncVoid5 Maven / Gradle / Ivy
// generated automatically, do not modify.
package io.ray.api.function;
/** Functional interface for a remote function that has 5 parameters. */
@FunctionalInterface
public interface RayFuncVoid5 extends RayFuncVoid {
void apply(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) throws Exception;
}