エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GitHub - JakeWharton/RxRelay: RxJava types that are both an Observable and a Consumer.
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - JakeWharton/RxRelay: RxJava types that are both an Observable and a Consumer.
Relays are RxJava types which are both an Observable and a Consumer. Basically: A Subject except ... Relays are RxJava types which are both an Observable and a Consumer. Basically: A Subject except without the ability to call onComplete or onError. Subjects are useful to bridge the gap between non-Rx APIs. However, they are stateful in a damaging way: when they receive an onComplete or onError they no longer become usable for moving data. This is the observable contract and sometimes it is the de