|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.ChunkedOperation.Chunks<T,C>
rx.operators.ChunkedOperation.OverlappingChunks<T,C>
T - The type of object all internal ChunkedOperation.Chunks objects record.
ChunkedOperation.Chunkprotected static class ChunkedOperation.OverlappingChunks<T,C>
This class is an extension on the ChunkedOperation.Chunks class which actually has no additional
behavior than its super class. Classes extending this class, are expected to support
two or more active (not yet emitted) internal ChunkedOperation.Chunks objects.
| Constructor Summary | |
|---|---|
ChunkedOperation.OverlappingChunks(Observer<? super C> observer,
Func0<? extends ChunkedOperation.Chunk<T,C>> chunkMaker)
|
|
| Method Summary |
|---|
| Methods inherited from class rx.operators.ChunkedOperation.Chunks |
|---|
createChunk, emitAllChunks, emitChunk, getChunk, pushValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkedOperation.OverlappingChunks(Observer<? super C> observer,
Func0<? extends ChunkedOperation.Chunk<T,C>> chunkMaker)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||