toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-core
/
arrow.core
/
NonEmptyCollection
/
plus
plus
abstract
operator
fun
plus
(
element
:
@
UnsafeVariance
A
)
:
NonEmptyCollection
<
A
>
(
source
)
abstract
operator
fun
plus
(
elements
:
Iterable
<
@
UnsafeVariance
A
>
)
:
NonEmptyCollection
<
A
>
(
source
)