Package org.zkoss.util
Interface Converter<F,T>
-
public interface Converter<F,T>A converter used to convert a value to another.- Since:
- 6.0.0
- Author:
- tomyeh
- See Also:
CollectionsX.comodifiableIterator(Collection, Converter)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconvert(F obj)
-