tenderowls / moorka

ABANDONED
21 stars 5 forks source link

Inverted `until` predicate sign #79

Closed LMnet closed 8 years ago

LMnet commented 8 years ago

Current RxOps.until implementation is waiting for negative result in predicate. But in general, until should wait for positive result. Current until works like while.

It's make sense to fix until sign and add while method.