gate.stream.CheckedRunnable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gate Show documentation
Show all versions of gate Show documentation
A multipurpose java library
package gate.stream;
@FunctionalInterface
public interface CheckedRunnable
{
public void run() throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy