![JAR search and dependency download from the Maven repository](/logo.png)
com.glispa.combo.TemplateElement Maven / Gradle / Ivy
The newest version!
package com.glispa.combo;
/**
* Internal abstraction to represent a text fragment or a macro
*/
interface TemplateElement {
String render(S state);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy