Package org.apache.tomcat.util.buf
Interface StringUtils.Function<T>
- 
- Enclosing class:
- StringUtils
 
 public static interface StringUtils.Function<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringapply(T t)
 
- 
- 
- 
Method Detail- 
applyjava.lang.String apply(T t) 
 
- 
 
-