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
/
Left
Left
fun
<
L
>
Left
(
value
:
L
)
:
Either.Left
<
L
>
Creates a new
Left
with the given
value
Parameters
L
The type of values held in this class
value
An
L
value