Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core
/
NonEmptyList
/
plus
plus
operator
fun
plus
(
l
:
NonEmptyList
<
E
>
)
:
NonEmptyList
<
E
>
open
operator override
fun
plus
(
elements
:
Iterable
<
E
>
)
:
NonEmptyList
<
E
>
open
operator override
fun
plus
(
element
:
E
)
:
NonEmptyList
<
E
>