diff --git a/3.x/javadoc/snapshot/index-all.html b/3.x/javadoc/snapshot/index-all.html index f1e920816f..10f64e92b2 100644 --- a/3.x/javadoc/snapshot/index-all.html +++ b/3.x/javadoc/snapshot/index-all.html @@ -1109,8 +1109,10 @@

C

cast(Class<U>) - Method in class io.reactivex.rxjava3.core.Flowable
-
Returns a Flowable that emits the items emitted by the current Flowable, converted to the specified - type.
+
Returns a Flowable that emits the upstream items while + they can be cast via Class.cast(Object) until the upstream terminates, + or until the upstream signals an item which can't be cast, + resulting in a ClassCastException to be signaled to the downstream.
cast(Class<? extends U>) - Method in class io.reactivex.rxjava3.core.Maybe
@@ -1119,8 +1121,10 @@

C

cast(Class<U>) - Method in class io.reactivex.rxjava3.core.Observable
-
Returns an Observable that emits the items emitted by the current Observable, converted to the specified - type.
+
Returns an Observable that emits the upstream items while + they can be cast via Class.cast(Object) until the upstream terminates, + or until the upstream signals an item which can't be cast, + resulting in a ClassCastException to be signaled to the downstream.
cast(Class<? extends U>) - Method in class io.reactivex.rxjava3.core.Single
diff --git a/3.x/javadoc/snapshot/io/reactivex/rxjava3/annotations/package-tree.html b/3.x/javadoc/snapshot/io/reactivex/rxjava3/annotations/package-tree.html index 976e268170..9de1a4316b 100644 --- a/3.x/javadoc/snapshot/io/reactivex/rxjava3/annotations/package-tree.html +++ b/3.x/javadoc/snapshot/io/reactivex/rxjava3/annotations/package-tree.html @@ -77,13 +77,13 @@

Hierarchy For Package io.reactivex.rxjava3.annotations

Annotation Type Hierarchy

Enum Hierarchy

Annotation Type Hierarchy

Enum Hierarchy

@@ -322,10 +322,10 @@

Enum Hierarchy