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

io.horizon.fn.ExceptionActuator Maven / Gradle / Ivy

The newest version!
package io.horizon.fn;

/**
 * Actuator function interface, this interface could throw out
 * java.lang.Exception but return void without any parameters.
 */
@FunctionalInterface
public interface ExceptionActuator extends EActuator {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy