AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
hll-mapping-core
/
aws.sdk.kotlin.hll.mapping.core.util
/
Either
/
Companion
/
Right
Right
fun
<
R
>
Right
(
value
:
R
)
:
Either.Right
<
R
>
Creates a new
Right
with the given
value
Parameters
R
The type of values held in this class
value
An
R
value