Interface ListUtil.Converter<FromT,To>
-
- Enclosing class:
- ListUtil
public static interface ListUtil.Converter<FromT,To>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description To
convert(FromT from)
-