seven.callBack.DataFilterColumnInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ExcelReads Show documentation
Show all versions of ExcelReads Show documentation
A ExcelReads Utils By Seven
package seven.callBack;
/**
* [Github]https://github.com/MatrixSeven
* [Bolg]https://matrixseven.github.io/
* Created by seven on 2016/10/19.
* *{@link seven.savewapper.SaveExcel}
*/
@FunctionalInterface
public interface DataFilterColumnInterface {
/**
*{@link seven.savewapper.SaveExcel}
* @return String[]
*/
String[] filter();
}