mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
We have a number of outdated DocC references. This PR should hopefully take care of them!
23 lines
300 B
Markdown
23 lines
300 B
Markdown
# ``ComposableArchitecture/TaskResult``
|
|
|
|
## Topics
|
|
|
|
### Representing a task result
|
|
|
|
- ``success(_:)``
|
|
- ``failure(_:)``
|
|
|
|
### Converting a throwing expression
|
|
|
|
- ``init(catching:)``
|
|
|
|
### Accessing a result's value
|
|
|
|
- ``value``
|
|
|
|
### Transforming results
|
|
|
|
- ``map(_:)``
|
|
- ``flatMap(_:)``
|
|
- ``init(_:)``
|