team-supercharge / rxsnappy

RxSnappy is a thread safe rxjava wrapper for the great SnappyDB fast key-value database for Android.
Apache License 2.0
49 stars 9 forks source link

Release 0.2.0 #6

Closed richardradics closed 8 years ago

richardradics commented 8 years ago
richardradics commented 8 years ago

@pakoito can I ask you to review this PR? :)

pakoito commented 8 years ago

Seems to address most of my issues, thanks!. One thing, could you please double check that all those Observable.error(e) don't require the type of the return specified to compile i.e.: Observable.< Boolean > error(e)

richardradics commented 8 years ago

The error return type is not needed.