Header menu logo issie

Map Type

Static overloads of the optic map function (%=). These functions do not generally need to be called directly, but will be used when calling Optic.map.

Union cases

Union case Description

Map

Full Usage: Map

Static members

Static member Description

Map ^% arg1

Full Usage: Map ^% arg1

Parameters:
Returns: ('b -> 'b) -> 'a -> 'a
Map : Map
arg1 : Prism<'a, 'b>
Returns: ('b -> 'b) -> 'a -> 'a

Map ^% arg1

Full Usage: Map ^% arg1

Parameters:
Returns: ('b -> 'b) -> 'a -> 'a
Map : Map
arg1 : Lens<'a, 'b>
Returns: ('b -> 'b) -> 'a -> 'a

Type something to start searching.