mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-19 14:53:48 +00:00
12 lines
513 B
Markdown
12 lines
513 B
Markdown
|
//[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)>
|
||
|
|
||
|
|
||
|
|