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

com.codingzero.utilities.rlf4j.ApiExecution Maven / Gradle / Ivy

package com.codingzero.utilities.rlf4j;

/**
 * This interface represents a API method reference
 *
 * @param  return type
 */
@FunctionalInterface
public interface ApiExecution {

    R execute();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy