mapbox-maps-android
mapbox-maps-android
/
com.mapbox.bindgen
/
Expected
/
Transformer
Transformer
@
FunctionalInterface
interface
Transformer
<
T
,
R
>
Functional interface to transform expected types.
Functions
Functions
invoke
Link copied to clipboard
@
NonNull
abstract
fun
invoke
(
@
NonNull
input
:
T
)
:
R
Function that transform expected.