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

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

There is a newer version: 2.36.0
Show newest version
// generated automatically, do not modify.

package io.ray.api.function;

/** Functional interface for a remote function that has 6 parameters. */
@FunctionalInterface
public interface RayFunc6 extends RayFuncR {

  R apply(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy