toggle menu
webflows
3070ca8
androidJvm
switch theme
search in API
webflows
/
com.schibsted.account.webflows.util
/
Either
/
Left
Left
data
class
Left
<
L
>
(
val
value
:
L
)
:
Either
<
L
,
Nothing
>
Members
Constructors
Left
Link copied to clipboard
constructor
(
value
:
L
)
Properties
value
Link copied to clipboard
val
value
:
L
Functions
map
Link copied to clipboard
fun
<
T
>
map
(
transform
:
(
Nothing
)
->
T
)
:
Either
<
L
,
T
>
Right-biased map.
on
Failure
Link copied to clipboard
fun
onFailure
(
fn
:
(
failure
:
L
)
->
Unit
)
:
Either
<
L
,
Nothing
>
on
Success
Link copied to clipboard
fun
onSuccess
(
fn
:
(
success
:
Nothing
)
->
Unit
)
:
Either
<
L
,
Nothing
>