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