Optic.Set Type
Static overloads of the optic set function (^=).
Union cases
Union case | Description |
Full Usage:
Set
|
Static members
Static member | Description |
Full Usage:
Set ^= arg1
Parameters:
Set
arg1 : AsyncValidatedLens<'a, 'b, 'e>
Returns: 'b -> 'a -> Async<Result<'a, 'e>>
|
|
Full Usage:
Set ^= arg1
Parameters:
Set
arg1 : ValidatedPrism<'a, 'b, 'e>
Returns: 'b -> 'a -> Result<'a, 'e>
|
|
Full Usage:
Set ^= arg1
Parameters:
Set
arg1 : ValidatedLens<'a, 'b, 'e>
Returns: 'b -> 'a -> Result<'a, 'e>
|
|
|
|
|
|