Skip to main content
Version: 21.3.5

Locator.map() method

Maps the locator using the provided mapper.

Signature:

class Locator {
map<To>(mapper: Mapper<T, To>): Locator<To>;
}

Parameters

ParameterTypeDescription
mapperMapper<T, To>

Returns:

Locator<To>