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

isJust

abstract fun isJust(): Boolean

Checks if the Maybe is a Just.

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