Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 408 Bytes

Subjects.md

File metadata and controls

13 lines (8 loc) · 408 Bytes

Subjects

All of behave exactly the same like described here

Relays

RxRelay provides three kinds of Relays: PublishRelay, BehaviorRelay and ReplayRelay. They behave exactly like their parallel Subjects, with two changes:

  • Relays never complete.
  • Relays never emit errors.

In essence, Relays only emit .next events, and never terminate.