//[docs](../../../index.md)/[dev.inmo.tgbotapi.utils](../index.md)/[RowBuilder](index.md)
# RowBuilder
[common] class [RowBuilder](index.md)<[T](index.md)>
## Functions
| Name | Summary |
|---|---|
| [add](add.md)| [common]
Content
fun [add](add.md)(t: [T](index.md)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
| [unaryPlus](unary-plus.md)| [common]
Content
operator fun [T](index.md).[unaryPlus](unary-plus.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
## Properties
| Name | Summary |
|---|---|
| [row](row.md)| [common] val [row](row.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[T](index.md)>
|
## Extensions
| Name | Summary |
|---|---|
| [plus](../plus.md)| [common]
Content
operator fun <[T](../plus.md)> [RowBuilder](index.md)<[T](../plus.md)>.[plus](../plus.md)(t: [T](../plus.md)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|