FileMaestro
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
FileMaestro
FileMaestro
/
net.exoad.filemaestro.lang
/
matches
matches
fun
<
K
,
V
>
Map
<
K
,
V
>
.
matches
(
key
:
K
,
value
:
V
)
:
Boolean
A function that checks if both
key
and
value
exists which is just a shorthand for
map[k] == v
Content copied to clipboard