Interface ListUtil.Converter<FromT,To>

Enclosing class:
ListUtil

public static interface ListUtil.Converter<FromT,To>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(FromT from)
     
  • Method Details