T - the type to convert toErlangValue.StringListElementConverterpublic static interface ErlangValue.ListElementConverter<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
convert(int i,
ErlangValue v) |
Conversion function.
|
T convert(int i, ErlangValue v)
i - the index in the listv - the value to convert