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

com.microsoft.azure.kusto.data.instrumentation.SupplierOneException Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
package com.microsoft.azure.kusto.data.instrumentation;

/**
 * Supplier is a functional interface that can be used to execute data operations.
 * @param 
 * @param 
 */
@FunctionalInterface
public interface SupplierOneException {
    /**
     * Execute a data operation.
     *
     * @return T
     * @throws U
     */
    T get() throws U;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy