com.microsoft.azure.kusto.data.KustoCheckedFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kusto-data Show documentation
Show all versions of kusto-data Show documentation
Kusto client library for executing queries and retrieving data
package com.microsoft.azure.kusto.data;
@FunctionalInterface
public interface KustoCheckedFunction {
R apply(T t) throws E1, E2;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy