sdk-common / com.tomtom.online.sdk.common.functional / Try / isSuccess

isSuccess

abstract fun isSuccess(): Boolean

Checks if the Try is a Success.

Return
Boolean: true if the Try is a Success, false otherwise.