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

io.github.sashirestela.openai.common.function.Functional Maven / Gradle / Ivy

The newest version!
package io.github.sashirestela.openai.common.function;

@FunctionalInterface
public interface Functional {

    Object execute();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy