Skip to content

Commit 4cad333

Browse files
committed
Added README
1 parent 3b541a6 commit 4cad333

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CombineExtensions
2+
3+
A collection of Combine extensions featuring:
4+
5+
- **`CurrentValuePublisher`**
6+
- An immutable alternative to `CurrentValueSubject`.
7+
- Bridges seamlessly with `CurrentValueSubject` and the `@Published` property wrapper for integration with `ObservableObject`.
8+
- Includes custom operator overloads that apply to both current and future values.
9+
10+
- **Operators**
11+
- `flatMapLatest`: Transforms elements into publishers, republishing values from the most recent inner publisher while canceling previous ones.
12+
- `withPrevious`: Emits tuples of the current and previous elements.

0 commit comments

Comments
 (0)