map

open fun <X> map(lens: Lens<D, X>): Store<X>

Creates a new Store that contains data derived by a given Lens.

Parameters

lens

: a Lens describing the two-way data binding of the derived Store.