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

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