Skip to content

Commit e51cf16

Browse files
authored
2.x: Add Maybe.hide() marble diagram (#6078)
1 parent c8a9852 commit e51cf16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/reactivex/Maybe.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,6 +3090,8 @@ public final Completable flatMapCompletable(final Function<? super T, ? extends
30903090

30913091
/**
30923092
* Hides the identity of this Maybe and its Disposable.
3093+
* <p>
3094+
* <img width="640" height="300" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Maybe.hide.png" alt="">
30933095
* <p>Allows preventing certain identity-based
30943096
* optimizations (fusion).
30953097
* <dl>

0 commit comments

Comments
 (0)