![JAR search and dependency download from the Maven repository](/logo.png)
ru.yandex.clickhouse.response.ThrowingFunction Maven / Gradle / Ivy
package ru.yandex.clickhouse.response;
public interface ThrowingFunction {
R apply(F f) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package ru.yandex.clickhouse.response;
public interface ThrowingFunction {
R apply(F f) throws Exception;
}