toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-core
/
arrow.core
/
Ior
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
both
Nel
Link copied to clipboard
@
JvmStatic
fun
<
A
,
B
>
bothNel
(
a
:
A
,
b
:
B
)
:
IorNel
<
A
,
B
>
from
Nullables
Link copied to clipboard
@
JvmStatic
fun
<
A
,
B
>
fromNullables
(
a
:
A
?
,
b
:
B
?
)
:
Ior
<
A
,
B
>
?
Create an
Ior
from two nullables if at least one of them is defined.
left
Nel
Link copied to clipboard
@
JvmStatic
fun
<
A
,
B
>
leftNel
(
a
:
A
)
:
IorNel
<
A
,
B
>