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

get

abstract fun get(): R

Returns the Supplier result.

Exceptions

Exception - in case if the function result in an incorrect execution.

Return
R: value produced by the Supplier.