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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy