Skip to content

Instantly share code, notes, and snippets.

@kuronekomichael
Last active September 15, 2018 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuronekomichael/88e8ead781b0475526c9bb24c50d46df to your computer and use it in GitHub Desktop.
Save kuronekomichael/88e8ead781b0475526c9bb24c50d46df to your computer and use it in GitHub Desktop.
クラス名 リスナー数 要素の保存
PublishSubject リスナーは常にひとりだけ(Single-Subscription) なし
BehaviroSubject 複数人同時可能(Broadcast) 最後の1要素のみ保存
ReplaySubject 複数人同時可能(Broadcast) (デフォルトでは)全て保存
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment