ai.evolv.AscendAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ascend-sdk Show documentation
Show all versions of ascend-sdk Show documentation
SDK to interact with the Ascend product.
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