sdk-common / com.tomtom.online.sdk.common.functional / Maybe / isNothing

isNothing

open fun isNothing(): Boolean

Checks if the Maybe is a Nothing.

Return
Boolean: true if the Maybe is a Nothing, false otherwise.