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

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

package dev.dsf.fhir.function;

import java.sql.SQLException;

import dev.dsf.fhir.dao.exception.ResourceNotFoundException;

@FunctionalInterface
public interface ConsumerWithSqlAndResourceNotFoundException
{
	void accept(T t) throws SQLException, ResourceNotFoundException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy