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

Name Description
F
T

Methods

convert(F from)

public abstract T convert(F from)
Parameter
Name Description
from F
Returns
Type Description
T