Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils.collections
/
MapUtils
/
getValueIgnoreCase
get
Value
Ignore
Case
inline
fun
<
V
>
getValueIgnoreCase
(
map
:
Map
<
String
,
V
>
,
key
:
String
,
ignoreCase
:
Boolean
)
:
Option
<
V
>