com.aerospike.jdbc.predicate.VarArgsFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aerospike-jdbc Show documentation
Show all versions of aerospike-jdbc Show documentation
A JDBC driver for the Aerospike database
The newest version!
package com.aerospike.jdbc.predicate;
@FunctionalInterface
interface VarArgsFunction {
@SuppressWarnings("unchecked")
R apply(T... args);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy