| Interface | Description |
|---|---|
| SavedHooks |
Remembers the previous hooks overridden by the debug
function and allows restoring them via the
SavedHooks.restore()
method call. |
| Class | Description |
|---|---|
| RxJavaAssemblyTracking |
Utility class to enable and disable tracking of operator application (
source.map().filter())
by capturing the current stacktrace (warning: very expensive!) |
| Exception | Description |
|---|---|
| RxJavaAssemblyException |
Holds onto the assembly stacktrace.
|