Documentation

map()

Transforms the bound value, using the provided function.

map<U>(f: (value: T) => U): Binding<U>;

Parameters

Return value

A new binding, typed as the new value

Related