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

ru.yandex.clickhouse.response.ThrowingFunction Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ru.yandex.clickhouse.response;

public interface ThrowingFunction {
    R apply(F f) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy