12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .class Lio/reactivex/internal/schedulers/SchedulerWhen$1;
- .super Ljava/lang/Object;
- .source "SchedulerWhen.java"
- # interfaces
- .implements Lio/reactivex/functions/Function;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingMethod;
- value = Lio/reactivex/internal/schedulers/SchedulerWhen;->createWorker()Lio/reactivex/Scheduler$Worker;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = null
- .end annotation
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Ljava/lang/Object;",
- "Lio/reactivex/functions/Function<",
- "Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;",
- "Lio/reactivex/Completable;",
- ">;"
- }
- .end annotation
- # instance fields
- .field final synthetic this$0:Lio/reactivex/internal/schedulers/SchedulerWhen;
- .field final synthetic val$actualWorker:Lio/reactivex/Scheduler$Worker;
- # direct methods
- .method constructor <init>(Lio/reactivex/internal/schedulers/SchedulerWhen;Lio/reactivex/Scheduler$Worker;)V
- .locals 0
- .line 139
- iput-object p1, p0, Lio/reactivex/internal/schedulers/SchedulerWhen$1;->this$0:Lio/reactivex/internal/schedulers/SchedulerWhen;
- iput-object p2, p0, Lio/reactivex/internal/schedulers/SchedulerWhen$1;->val$actualWorker:Lio/reactivex/Scheduler$Worker;
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public apply(Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;)Lio/reactivex/Completable;
- .locals 1
- .line 142
- new-instance v0, Lio/reactivex/internal/schedulers/SchedulerWhen$1$1;
- invoke-direct {v0, p0, p1}, Lio/reactivex/internal/schedulers/SchedulerWhen$1$1;-><init>(Lio/reactivex/internal/schedulers/SchedulerWhen$1;Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;)V
- return-object v0
- .end method
- .method public bridge synthetic apply(Ljava/lang/Object;)Ljava/lang/Object;
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/lang/Exception;
- }
- .end annotation
- .line 139
- check-cast p1, Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;
- invoke-virtual {p0, p1}, Lio/reactivex/internal/schedulers/SchedulerWhen$1;->apply(Lio/reactivex/internal/schedulers/SchedulerWhen$ScheduledAction;)Lio/reactivex/Completable;
- move-result-object p1
- return-object p1
- .end method
|