sdk-common / com.tomtom.online.sdk.common.functional / Supplier / get

get

abstract fun get(): R

Returns the Supplier result.

Return
R: value produced by the Supplier.