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.chars
/
FieldedChars
/
plus
plus
@
JvmName
(
name
=
"plus_with_it_unibo_collektive_aggregate_Field_of_Char_end_and_Int"
)
operator
fun
<
ID
:
Any
>
Field
<
ID
,
Char
>
.
plus
(
other
:
Int
)
:
Field
<
ID
,
Char
>
@
JvmName
(
name
=
"plus_with_Char_and_it_unibo_collektive_aggregate_Field_of_Int_end"
)
operator
fun
<
ID
:
Any
>
Char
.
plus
(
other
:
Field
<
ID
,
Int
>
)
:
Field
<
ID
,
Char
>
@
JvmName
(
name
=
"plus_with_it_unibo_collektive_aggregate_Field_of_Char_end_and_it_unibo_collektive_aggregate_Field_of_Int_end"
)
operator
fun
<
ID
:
Any
>
Field
<
ID
,
Char
>
.
plus
(
other
:
Field
<
ID
,
Int
>
)
:
Field
<
ID
,
Char
>