CombineExt Versions Save

CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.

1.0.0

4 years ago

Welcome to CombineExt! It provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.

This initial release includes:

Operators

  • withLatestFrom
  • flatMapLatest
  • assign
  • materialize
  • values
  • failures
  • dematerialize

Relays

  • CurrentValueRelay
  • PassthroughRelay

Publishers/Utils

  • AnyPublisher.create