Documentation / @ripl/utilities / setMap
Function: setMap() ​
setMap<
TValue,TResult>(input,iteratee):Set<TResult>
Defined in: collection.ts:203
Maps over a Set, producing a new Set with each value transformed by the iteratee.
Type Parameters ​
| Type Parameter |
|---|
TValue |
TResult |
Parameters ​
| Parameter | Type |
|---|---|
input | Set<TValue> |
iteratee | CollectionIteratee<TValue, TResult> |
Returns ​
Set<TResult>