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

seven.callBack.DataFilterColumnInterface Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy