Header menu logo FCQRS

AsyncValidatedLens<'a, 'b, 'e> Type

Async Validated Lens from 'a -> 'b with error type 'e. The getter remains synchronous while the setter returns an asynchronous Result.

Instance members

Instance member Description

this.Item1

Full Usage: this.Item1

Returns: 'a -> 'b
Returns: 'a -> 'b

this.Item2

Full Usage: this.Item2

Returns: 'b -> 'a -> Async<Result<'a, 'e>>
Returns: 'b -> 'a -> Async<Result<'a, 'e>>

Type something to start searching.