|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.ChunkedOperation.Chunk<T,Observable<T>>
rx.operators.OperationWindow.Window<T>
T - The type of objects which this OperationWindow.Window can hold.protected static class OperationWindow.Window<T>
This class represents a single window: A sequence of recorded values.
| Field Summary |
|---|
| Fields inherited from class rx.operators.ChunkedOperation.Chunk |
|---|
contents |
| Constructor Summary | |
|---|---|
protected |
OperationWindow.Window()
|
| Method Summary | |
|---|---|
Observable<T> |
getContents()
|
| Methods inherited from class rx.operators.ChunkedOperation.Chunk |
|---|
pushValue, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected OperationWindow.Window()
| Method Detail |
|---|
public Observable<T> getContents()
getContents in class ChunkedOperation.Chunk<T,Observable<T>>Observable which contains all the
recorded values in this OperationWindow.Window object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||