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

fish.payara.microprofile.metrics.cdi.interceptor.ThreeFunctionResolver Maven / Gradle / Ivy

There is a newer version: 6.2024.6
Show newest version
package fish.payara.microprofile.metrics.cdi.interceptor;

@FunctionalInterface
public interface ThreeFunctionResolver  {
    public R apply(U u, V v, W w);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy