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

nothing

@NonNull open static fun <B : Any!> nothing(): Maybe<B>

Creates a Nothing.

Parameters

- type of the stored value.

Return
Maybe<B>: instance of Nothing.