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

clarifai2.Func0 Maven / Gradle / Ivy

The newest version!
package clarifai2;

import org.jetbrains.annotations.NotNull;

public interface Func0 {
  @NotNull R call();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy