SetUnion
PackageFCQRS.Model
Static overloads of the optic set function (^=).
Specification
Kind
Union
Members
6
Examples
0
(^=)Signature
Set ^= (_, s)
(^=)Signature
Set ^= (_, s)
(^=)Signature
Set ^= (_, s)
(^=)Signature
Set ^= (_, s)
(^=)Signature
Set ^= (_, s)
Parameters
| Name | Type | Description |
|---|---|---|
| Set | Set | |
| _, s | AsyncValidatedLens<'a, 'b, 'e> |
Returns
'b -> 'a -> Async<Result<'a, 'e>>
Parameters
| Name | Type | Description |
|---|---|---|
| Set | Set | |
| _, s | ValidatedPrism<'a, 'b, 'e> |
Returns
'b -> 'a -> Result<'a, 'e>
Parameters
| Name | Type | Description |
|---|---|---|
| Set | Set | |
| _, s | ValidatedLens<'a, 'b, 'e> |
Returns
'b -> 'a -> Result<'a, 'e>