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

com.gitee.apanlh.util.func.FuncCall Maven / Gradle / Ivy

There is a newer version: 2.0.0.2
Show newest version
package com.gitee.apanlh.util.func;

/**
 * 	函数回调
 * 		
 * 	@author Pan
 * 	@param  返回对象
 */
@FunctionalInterface
public interface FuncCall {
	
	/**	
	 * 	回调函数
	 * 	
	 * 	@author Pan
	 * 	@return	R
	 * 	@throws Exception  异常抛出
	 */
	R call() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy