Readonly
Feeds the Optic and produces a new environment.
Optic
The computation such as Lens, Prism and so on.
Lens
Prism
Modified environment.
Extracts the value of the focused entry.
Extracted value if exists.
Modifies the value of the focused entry.
The function which maps from the entry value to you desired.
Whole of data with the entry modified.
Overwrites the value of the focused entry.
The value to be placed.
Whole of data with value.
value
Overwrites the value with the modifying computation.
The finish computation to add.
Whole of data with setter.
setter
Extracts the value of the focused entry, or throws an error if not found.
Extracted value.
Generated using TypeDoc
Feeds the
Optic
and produces a new environment.