Optic.Get Type
Static overloads of the optic get function (^.).
Union cases
Union case | Description |
Full Usage:
Get
|
Static members
Static member | Description |
Full Usage:
Get ^. arg1
Parameters:
Get
arg1 : AsyncValidatedLens<'a, 'b, 'e>
Returns: 'a -> 'b
|
|
Full Usage:
Get ^. arg1
Parameters:
Get
arg1 : ValidatedPrism<'a, 'b, 'e>
Returns: 'a -> 'b option
|
|
|
|
|
|
|
|