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
Companion
object
Companion
Members
Functions
Left
Link copied to clipboard
fun
<
L
>
Left
(
value
:
L
)
:
Either.Left
<
L
>
Creates a new
Left
with the given
value
Right
Link copied to clipboard
fun
<
R
>
Right
(
value
:
R
)
:
Either.Right
<
R
>
Creates a new
Right
with the given
value