Interface Internal.ListAdapter.Converter<F,​T>

  • Enclosing class:
    Internal.ListAdapter<F,​T>

    public static interface Internal.ListAdapter.Converter<F,​T>
    Convert individual elements of the List from F to T.
    • Method Detail

      • convert

        T convert​(F from)