Interface ListUtil.Converter<FromT,​To>

  • Enclosing class:
    ListUtil

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

      • convert

        To convert​(FromT from)