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

commons.box.app.DataLoader Maven / Gradle / Ivy

The newest version!
package commons.box.app;

/**
 * 数据载入器 用于载入数据
 *
 * @param 
 * @param 
 */
public interface DataLoader {
    public V load(K key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy