1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-24 02:58:43 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.utils/-row-builder/index.md
2021-03-17 15:18:37 +00:00

2.0 KiB

//docs/dev.inmo.tgbotapi.utils/RowBuilder

RowBuilder

[common] class RowBuilder<T>

Functions

Name Summary
add [common]
Content
fun add(t: T): Boolean


unaryPlus [common]
Content
operator fun T.unaryPlus(): Boolean


Properties

Name Summary
row [common] val row: List<T>

Extensions

Name Summary
plus [common]
Content
operator fun <T> RowBuilder<T>.plus(t: T): Boolean