Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core
/
Ior
/
Companion
Companion
object
Companion
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
>