Package hu.akarnokd.rxjava3.debug
Interface SavedHooks
-
public interface SavedHooksRemembers the previous hooks overridden by the debug function and allows restoring them via therestore()method call.- Since:
- 0.17.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrestore()Restore the previous set of hooks.
-