collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.chararrays
/
FieldedArraysExtensions
/
union
union
@
JvmName
(
name
=
"union_with_it_unibo_collektive_aggregate_Field_of_CharArray_end_and_collections_Iterable_of_Char_end"
)
infix
fun
<
ID
:
Any
>
Field
<
ID
,
CharArray
>
.
union
(
other
:
Iterable
<
Char
>
)
:
Field
<
ID
,
Set
<
Char
>
>
@
JvmName
(
name
=
"union_with_CharArray_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Char_end_end"
)
infix
fun
<
ID
:
Any
>
CharArray
.
union
(
other
:
Field
<
ID
,
Iterable
<
Char
>
>
)
:
Field
<
ID
,
Set
<
Char
>
>
@
JvmName
(
name
=
"union_with_it_unibo_collektive_aggregate_Field_of_CharArray_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Char_end_end"
)
infix
fun
<
ID
:
Any
>
Field
<
ID
,
CharArray
>
.
union
(
other
:
Field
<
ID
,
Iterable
<
Char
>
>
)
:
Field
<
ID
,
Set
<
Char
>
>