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
I've turned the column headers to images rotated 90 degrees so the table doesn't overflow the wiki layout.
The src/test/java/io/reactivex/rxjava3/internal/util/OperatorMatrixGenerator.java should be updated accordingly, plus:
Add HTML anchors to the rows so they can be navigated to via #methodName
Add <sup>[N](#note-N)</sup> to absent entries and a list of notes below the table explaining why. For this, the reason mapping has to be added to the generator.
The text was updated successfully, but these errors were encountered:
https://github.com/ReactiveX/RxJava/wiki/Operator-Matrix
I've turned the column headers to images rotated 90 degrees so the table doesn't overflow the wiki layout.
The
src/test/java/io/reactivex/rxjava3/internal/util/OperatorMatrixGenerator.java
should be updated accordingly, plus:#methodName
<sup>[N](#note-N)</sup>
to absent entries and a list of notes below the table explaining why. For this, the reason mapping has to be added to the generator.The text was updated successfully, but these errors were encountered: