mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-05 07:53:47 +00:00
15 lines
1.3 KiB
Markdown
15 lines
1.3 KiB
Markdown
|
//[docs](../../index.md)/[dev.inmo.tgbotapi.CommonAbstracts](index.md)/[plus](plus.md)
|
||
|
|
||
|
|
||
|
|
||
|
# plus
|
||
|
[common]
|
||
|
Content
|
||
|
inline operator fun [TextSource](-text-source/index.md).[plus](plus.md)(other: [TextSource](-text-source/index.md)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](-text-source/index.md)>
|
||
|
inline operator fun [TextSource](-text-source/index.md).[plus](plus.md)(other: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](-text-source/index.md)>): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](-text-source/index.md)>
|
||
|
inline operator fun [TextSource](-text-source/index.md).[plus](plus.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](-text-source/index.md)>
|
||
|
inline operator fun [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](-text-source/index.md)>.[plus](plus.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](-text-source/index.md)>
|
||
|
|
||
|
|
||
|
|