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

isFailure

open fun isFailure(): Boolean

Checks if the Try is a Failure.

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