Kotools Types
3.2.0
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
common
Kotools Types
/
kotools.types.collections
/
notEmptyMapOf
not
Empty
Map
Of
fun
<
K
,
V
>
notEmptyMapOf
(
head
:
Pair
<
K
,
V
>
,
vararg
tail
:
Pair
<
K
,
V
>
)
:
NotEmptyMap
<
K
,
V
>
Creates a
NotEmptyMap
starting with a
head
and containing all the entries of the optional
tail
.