Lens Type
Static overloads of the composition function for lenses (>->). These functions do not generally need to be called directly, but will be used when calling Compose.optic.
Union cases
Union case | Description |
Full Usage:
Lens
|
Static members
Static member | Description |
Full Usage:
Lens >-> arg1
Parameters:
Lens
arg1 : Epimorphism<'b, 'c>
Returns: Lens<'a, 'b> -> Prism<'a, 'c>
|
|
Full Usage:
Lens >-> arg1
Parameters:
Lens
arg1 : Isomorphism<'b, 'c>
Returns: Lens<'a, 'b> -> Lens<'a, 'c>
|
|
|
|
|