MapboxNavigationConsumer

fun interface MapboxNavigationConsumer<T>

Mapbox navigation version of {@link java.util.function.Consumer}

Parameters

the type of the input to the operation

Functions

Link copied to clipboard
abstract fun accept(value: T)

Performs this operation on the given argument.