Skip to main content
Version: Next

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>