We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf8dcd commit f651b7aCopy full SHA for f651b7a
rxjava-core/src/main/java/rx/Observable.java
@@ -638,7 +638,6 @@ public Subscription call(Observer<T> observer) {
638
}
639
640
/**
641
-<<<<<<< HEAD
642
* Creates an Observable which produces buffers of collected values. This Observable produces connected
643
* non-overlapping buffers. The current buffer is emitted and replaced with a new buffer when the
644
* Observable produced by the specified {@link Func0} produces a {@link BufferClosing} object. The
0 commit comments