Skip to main content
Version: 22.8.0

Locator.map() method

Maps the locator using the provided mapper.

Signature:

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

Parameters

Parameter

Type

Description

mapper

Mapper<T, To>

Returns:

Locator<To>