code
UI Base
/
com.mapbox.navigation.ui.base.formatter
/
ValueFormatter
Value
Formatter
fun
interface
ValueFormatter
<
in
T
,
out
R
>
Content copied to clipboard
An interface for formatting from one value to another.
Functions
Functions
format
Link copied to clipboard
abstract
fun
format
(
update
:
T
)
:
R
Content copied to clipboard
Formats the input to the output.