package com.cforcoding.text; /** * @author William Shields */ public interface TextCallback<T> { T text(String text); }