findKeys

open fun findKeys(kids: List<String>): Set<String>(source)

Finds the keys associated with the provided list of kid values.

Return

A set of keys that match the provided kid values.

Parameters

kids

The list of kid values to search for.