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

io.quarkiverse.renarde.router.Method2 Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.renarde.router;

@FunctionalInterface
public interface Method2 {
    Object method(Target target, P1 param1, P2 param2);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy