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

clarifai2.Func1 Maven / Gradle / Ivy

The newest version!
package clarifai2;

import org.jetbrains.annotations.NotNull;

public interface Func1 {
  @NotNull R call(@NotNull T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy