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

jio.jdbc.JdbcLambda Maven / Gradle / Ivy

There is a newer version: 3.0.0-RC2
Show newest version
/**
 * A functional interface representing a JDBC Lambda. The resulting {@link jio.BiLambda} can be used in JDBC operations
 * to perform any database interaction.
 *
 * @param  The type of the input parameter
 * @param  The type of the output
 */
package jio.jdbc;

import jio.BiLambda;

import java.time.Duration;
import java.util.function.Function;

public interface JdbcLambda extends Function> {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy