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

get

abstract fun get(): A

Returns Just value or in case of Nothing throws an RuntimeException.

Exceptions

RuntimeException - if this is a Nothing.

Return
A: value stored in the Just.