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

io.ray.api.function.RayFuncVoid1 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 1 parameter. */
@FunctionalInterface
public interface RayFuncVoid1 extends RayFuncVoid {

  void apply(T0 t0) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy