UI Base
/
com.mapbox.navigation.ui.base.formatter
/
ValueFormatter
Value
Formatter
fun fun interface
ValueFormatter
<in
T
, out
R
>
Content copied to clipboard
An interface for formatting from one value to another.
Functions
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
format
Link copied to clipboard
abstract fun
format
(update:
T
):
R
Content copied to clipboard
Formats the input to the output.
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard