cn.cheny.toolbox.asyncTask.function.FindDataFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolbox Show documentation
Show all versions of toolbox Show documentation
A personal java tool package project
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