MapUnion
PackageFCQRS.Model
Static overloads of the optic map function (%=).
Specification
Kind
Union
Members
6
Examples
0
(^%)Signature
Map ^% (g, s)
(^%)Signature
Map ^% (g, s)
(^%)Signature
Map ^% (g, s)
(^%)Signature
Map ^% (g, s)
(^%)Signature
Map ^% (g, s)
Parameters
| Name | Type | Description |
|---|---|---|
| Map | Map | |
| g, s | AsyncValidatedLens<'a, 'b, 'e> |
Returns
('b -> 'b) -> 'a -> Async<Result<'a, 'e>>
Parameters
| Name | Type | Description |
|---|---|---|
| Map | Map | |
| g, s | ValidatedPrism<'a, 'b, 'e> |
Returns
('b -> 'b) -> 'a -> Result<'a, 'e>
Parameters
| Name | Type | Description |
|---|---|---|
| Map | Map | |
| g, s | ValidatedLens<'a, 'b, 'e> |
Returns
('b -> 'b) -> 'a -> Result<'a, 'e>
Parameters
| Name | Type | Description |
|---|---|---|
| Map | Map | |
| g, s | Prism<'a, 'b> |
Returns
('b -> 'b) -> 'a -> 'a
Parameters
| Name | Type | Description |
|---|---|---|
| Map | Map | |
| g, s | Lens<'a, 'b> |
Returns
('b -> 'b) -> 'a -> 'a