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

xyz.block.ftl.VerbClient Maven / Gradle / Ivy

The newest version!
package xyz.block.ftl;

/**
 * A client for a specific verb.
 *
 * The sink source and empty interfaces allow for different call signatures.
 *
 * @param 

The verb parameter type * @param The verb return type */ public interface VerbClient { R call(P param); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy