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-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
package fish.payara.microprofile.metrics.cdi.interceptor;
@FunctionalInterface
public interface ThreeFunctionResolver {
public R apply(U u, V v, W w);
}