map
map<
A,B>(f): (s) =>ReadonlySet<B>
Defined in: Utils/Uniq.ts:161
Applies f to each item, returning a new collection of the results. Duplicate results are
automatically merged.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”(a) => B
Returns
Section titled “Returns”(
s):ReadonlySet<B>
Parameters
Section titled “Parameters”ReadonlySet<A>
Returns
Section titled “Returns”ReadonlySet<B>