toggle menu
ktify
0.1.4
jvm
switch theme
search in API
ktify
/
ee.bjarn.ktify.search
/
plus
plus
operator
fun
Phrase
.
plus
(
value
:
String
)
:
Phrase
(
source
)
operator
fun
Phrase
.
plus
(
value
:
Phrase
)
:
Phrase
(
source
)
operator
fun
Phrase
.
plus
(
value
:
EmptyPhrase
)
:
Phrase
(
source
)
operator
fun
EmptyPhrase
.
plus
(
value
:
String
)
:
Phrase
(
source
)
operator
fun
EmptyPhrase
.
plus
(
value
:
Phrase
)
:
Phrase
(
source
)
operator
fun
EmptyPhrase
.
plus
(
value
:
EmptyPhrase
)
:
EmptyPhrase
(
source
)