![JAR search and dependency download from the Maven repository](/logo.png)
fish.payara.microprofile.metrics.cdi.interceptor.ThreeFunctionResolver Maven / Gradle / Ivy
package fish.payara.microprofile.metrics.cdi.interceptor;
@FunctionalInterface
public interface ThreeFunctionResolver {
public R apply(U u, V v, W w);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy