Readonly
feedReadonly
getReadonly
overModifies the value of the focused entry.
The function which maps from the entry value to you desired.
Whole of data with the entry modified.
Readonly
setOverwrites the value of the focused entry.
The value to be placed.
Whole of data with value
.
Readonly
setOverwrites the value with the modifying computation.
The finish computation to add.
Whole of data with setter
.
Readonly
unwrapExtracts 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.