123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .class final Lio/reactivex/schedulers/Schedulers$2;
- .super Ljava/lang/Object;
- .source "Schedulers.java"
- # interfaces
- .implements Ljava/util/concurrent/Callable;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lio/reactivex/schedulers/Schedulers;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x8
- name = null
- .end annotation
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Ljava/lang/Object;",
- "Ljava/util/concurrent/Callable<",
- "Lio/reactivex/Scheduler;",
- ">;"
- }
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- .line 71
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public call()Lio/reactivex/Scheduler;
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/lang/Exception;
- }
- .end annotation
- .line 74
- sget-object v0, Lio/reactivex/schedulers/Schedulers$ComputationHolder;->DEFAULT:Lio/reactivex/Scheduler;
- return-object v0
- .end method
- .method public bridge synthetic call()Ljava/lang/Object;
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/lang/Exception;
- }
- .end annotation
- .line 71
- invoke-virtual {p0}, Lio/reactivex/schedulers/Schedulers$2;->call()Lio/reactivex/Scheduler;
- move-result-object v0
- return-object v0
- .end method
|