fish.payara.microprofile.metrics.cdi.interceptor.ThreeFunctionResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-client Show documentation
Show all versions of payara-client Show documentation
Appclient for Payara Server
The 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