davidmoten / rxjava-extras

Utilities for use with rxjava
Apache License 2.0
269 stars 27 forks source link

Add BufferUntil and BufferWhile as transformers #12

Closed akarnokd closed 8 years ago

akarnokd commented 8 years ago

Originally proposed for RxJava main, but fell into ignorance. Besides, the API surface is already very verbose.

davidmoten commented 8 years ago

Thanks @akarnokd, I'll merge this and see how best to work it in with existing toListWhile.