ru.yandex.clickhouse.response.ThrowingFunction Maven / Gradle / Ivy
package ru.yandex.clickhouse.response;
public interface ThrowingFunction {
R apply(F f) throws Exception;
}
package ru.yandex.clickhouse.response;
public interface ThrowingFunction {
R apply(F f) throws Exception;
}