1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-01 23:16:10 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.utils/map-of-not-null.md

12 lines
513 B
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.utils](index.md)/[mapOfNotNull](map-of-not-null.md)
# mapOfNotNull
[common]
Content
fun <[K](map-of-not-null.md), [V](map-of-not-null.md)> [mapOfNotNull](map-of-not-null.md)(vararg pairs: [Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[K](map-of-not-null.md), [V](map-of-not-null.md)?>): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[K](map-of-not-null.md), [V](map-of-not-null.md)>