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

com.aerospike.jdbc.predicate.VarArgsFunction Maven / Gradle / Ivy

The newest version!
package com.aerospike.jdbc.predicate;

@FunctionalInterface
interface VarArgsFunction {
    @SuppressWarnings("unchecked")
    R apply(T... args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy