Maps and Navigation SDK
common:functional
/
com.tomtom.sdk.common.functional
/
Either
/
Companion
/
rightWith
right
With
fun
<
L
,
R
>
rightWith
(
right
:
R
)
:
Either
<
L
,
R
>
Content copied to clipboard
Creates the right side of the disjoint union with provided value and specific left type.