ObservableEmitter.smali
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.class public interface abstract Lio/reactivex/ObservableEmitter;
.super Ljava/lang/Object;
.source "ObservableEmitter.java"
# interfaces
.implements Lio/reactivex/Emitter;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lio/reactivex/Emitter<",
"TT;>;"
}
.end annotation
# virtual methods
.method public abstract isDisposed()Z
.end method
.method public abstract serialize()Lio/reactivex/ObservableEmitter;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lio/reactivex/ObservableEmitter<",
"TT;>;"
}
.end annotation
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end method
.method public abstract setCancellable(Lio/reactivex/functions/Cancellable;)V
.param p1 # Lio/reactivex/functions/Cancellable;
.annotation build Lio/reactivex/annotations/Nullable;
.end annotation
.end param
.end method
.method public abstract setDisposable(Lio/reactivex/disposables/Disposable;)V
.param p1 # Lio/reactivex/disposables/Disposable;
.annotation build Lio/reactivex/annotations/Nullable;
.end annotation
.end param
.end method
.method public abstract tryOnError(Ljava/lang/Throwable;)Z
.param p1 # Ljava/lang/Throwable;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
.annotation build Lio/reactivex/annotations/Experimental;
.end annotation
.end method