Interface Internal.ListAdapter.Converter<F,T> (3.19.4)

public static interface Internal.ListAdapter.Converter<F,T>

Convert individual elements of the List from F to T.

Type Parameters

NameDescription
F
T

Methods

convert(F from)

public abstract T convert(F from)
Parameter
NameDescription
fromF
Returns
TypeDescription
T