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


| | [plus](plus.md)| [common]
Content
operator fun [plus](plus.md)(t: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[T](index.md)>): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


| ## Properties | Name | Summary | |---|---| | [matrix](matrix.md)| [common] val [matrix](matrix.md): [Matrix](../../dev.inmo.tgbotapi.types.buttons/index.md#%5Bdev.inmo.tgbotapi.types.buttons%2FMatrix%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)<[T](index.md)>
| ## Extensions | Name | Summary | |---|---| | [row](../row.md)| [common]
Content
fun <[T](../row.md)> [MatrixBuilder](index.md)<[T](../row.md)>.[row](../row.md)(block: [RowBuilder](../-row-builder/index.md)<[T](../row.md)>.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))
fun <[T](../row.md)> [MatrixBuilder](index.md)<[T](../row.md)>.[row](../row.md)(vararg elements: [T](../row.md))


|