You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ APIs marked with the `@Experimental` annotation at the class or method level wil
45
45
46
46
APIs marked with the `@Deprecated` annotation at the class or method level will remain supported until the next major release but it is recommended to stop using them.
47
47
48
+
#### rx.internal.*
49
+
50
+
All code inside the `rx.internal.*` packages is considered private API and should not be relied upon at all. It can change at any time.
0 commit comments