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

net.snowflake.client.util.ThrowingCallable Maven / Gradle / Ivy

There is a newer version: 3.21.0
Show newest version
/*
 * Copyright (c) 2012-2024 Snowflake Computing Inc. All right reserved.
 */
package net.snowflake.client.util;

import net.snowflake.client.core.SnowflakeJdbcInternalApi;

@SnowflakeJdbcInternalApi
@FunctionalInterface
public interface ThrowingCallable {
  A call() throws T;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy