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

ai.evolv.AscendAction Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
package ai.evolv;

public interface AscendAction {

    /**
     * Applies a given value to a set of instructions.
     * @param value any value that was requested
     */
    void apply(T value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy