You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been adding extra features to my RxJava 2 Extensions project, some of which may be added to RxJava 2.x proper. Here is a table of major features I propose to have in RxJava 2.1
Feature
Est. method cost
Description
SingleSubject
~20
Hot variant of Single
MaybeSubject
~20
Hot variant of Maybe
CompletableSubject
~20
Hot variant of Completable
ParallelFlowable
~700
Support for parallel execution via Flowable.parallel() fluently
In addition, I'm open for moving custom operators directly into Flowable and Observable (which requires creating some missing operator variants for Observable at the moment).
The text was updated successfully, but these errors were encountered:
I've been adding extra features to my RxJava 2 Extensions project, some of which may be added to RxJava 2.x proper. Here is a table of major features I propose to have in RxJava 2.1
SingleSubject
Single
MaybeSubject
Maybe
CompletableSubject
Completable
ParallelFlowable
Flowable.parallel()
fluentlyIn addition, I'm open for moving custom operators directly into
Flowable
andObservable
(which requires creating some missing operator variants forObservable
at the moment).The text was updated successfully, but these errors were encountered: