Everyone, last call for SAM fixes in this pull req...
# rx
t
Everyone, last call for SAM fixes in this pull request before I merge and do a release.
Observables
,
Flowables
,
Singles
, and
Maybes
classes hold fixed static factory functions for
zip()
,
combineLatest()
, etc. Operator equivalents were put in as extension functions. I did not resolve the
subscribe()
issue with
Single
and
Maybe
, but perhaps we should just get out what we have here...