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

dev.dsf.fhir.function.RunnableWithSqlException Maven / Gradle / Ivy

package dev.dsf.fhir.function;

import java.sql.SQLException;

@FunctionalInterface
public interface RunnableWithSqlException
{
	void run() throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy