
com.aerospike.jdbc.predicate.VarArgsFunction Maven / Gradle / Ivy
package com.aerospike.jdbc.predicate;
@FunctionalInterface
interface VarArgsFunction {
@SuppressWarnings("unchecked")
R apply(T... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy