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

seven.callBack.CellStyleInterface Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package seven.callBack;
//=======================================================
//		          .----.
//		       _.'__    `.
//		   .--(^)(^^)---/!\
//		 .' @          /!!!\
//		 :         ,    !!!!
//		  `-..__.-' _.-\!!!/
//		        `;_:    `"'
//		      .'"""""`.
//		     /,  ya ,\\
//		    //狗神保佑\\
//		    `-._______.-'
//		    ___`. | .'___
//		   (______|______)
//=======================================================

import seven.savewapper.cellStyle.CellStyle;

/**
 * [Zhihu]https://www.zhihu.com/people/Sweets07
 * [Github]https://github.com/MatrixSeven
 * Created by seven on 2017/1/11.
 */
@FunctionalInterface
public interface CellStyleInterface {
    CellStyle create(CellStyle cellStyle);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy