MapboxNavigationConsumer

fun fun interface MapboxNavigationConsumer<T>

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

Parameters

<T> the type of the input to the operation

Functions

accept
Link copied to clipboard
abstract fun accept(value: T)
Performs this operation on the given argument.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String