public static class SimpleDebugNotificationListener.NotificationsByObservable<T> extends java.lang.Object implements java.lang.Comparable<SimpleDebugNotificationListener.NotificationsByObservable<T>>
| Modifier and Type | Field and Description |
|---|---|
java.util.SortedSet<SimpleContext<T>> |
notifications |
rx.Subscriber<T> |
subscriber |
| Constructor and Description |
|---|
SimpleDebugNotificationListener.NotificationsByObservable(java.util.Map.Entry<rx.Subscriber<T>,java.util.Queue<SimpleContext<T>>> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.StringBuilder str) |
int |
compareTo(SimpleDebugNotificationListener.NotificationsByObservable<T> o) |
java.util.SortedSet<SimpleContext<T>> |
getNotifications() |
public final rx.Subscriber<T> subscriber
public final java.util.SortedSet<SimpleContext<T>> notifications
public SimpleDebugNotificationListener.NotificationsByObservable(java.util.Map.Entry<rx.Subscriber<T>,java.util.Queue<SimpleContext<T>>> context)
public int compareTo(SimpleDebugNotificationListener.NotificationsByObservable<T> o)
compareTo in interface java.lang.Comparable<SimpleDebugNotificationListener.NotificationsByObservable<T>>public void append(java.lang.StringBuilder str)
public java.util.SortedSet<SimpleContext<T>> getNotifications()