Sign in
android
/
platform
/
prebuilts
/
fullsdk
/
sources
/
android-28
/
refs/heads/androidx-g3-release
/
.
/
io
/
reactivex
/
Flowable.java
blob: 2d9d4d0e6d6d744b8a88184a38aa8eb07c4ce17b [
file
] [
log
] [
blame
] [
edit
]
// fake rx flowable
package
io
.
reactivex
;
import
org
.
reactivestreams
.
Publisher
;
public
abstract
class
Flowable
<
T
>
implements
Publisher
<
T
>
{
}