
org.guppy4j.exceptions.ActionToTry Maven / Gradle / Ivy
package org.guppy4j.exceptions;
/**
* An action that can throw exceptions of type E
* \
*/
public interface ActionToTry {
void execute() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy