
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