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 Summary

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

    • convert

      T convert(F from)