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

com.rt.web.beans.ForCallBack Maven / Gradle / Ivy

The newest version!
package com.rt.web.beans;

/**
 * 循环回调
 */
public interface ForCallBack {

	/**
	 * 执行
     *
     * @param item item
     * @param i i
     * @return object
	 */
	public Object exec(Object item, int i);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy