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

cn.cheny.toolbox.asyncTask.function.FindDataFunction Maven / Gradle / Ivy

There is a newer version: 2.3.6-jdk8
Show newest version
package cn.cheny.toolbox.asyncTask.function;

import cn.cheny.toolbox.other.page.Limit;

import java.util.List;

/**
 * @author cheney
 * @date 2020-01-14
 */
@FunctionalInterface
public interface FindDataFunction {

    List findData(Limit limit);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy