123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .class public final Lio/reactivex/internal/util/BlockingIgnoringReceiver;
- .super Ljava/util/concurrent/CountDownLatch;
- .source "BlockingIgnoringReceiver.java"
- # interfaces
- .implements Lio/reactivex/functions/Consumer;
- .implements Lio/reactivex/functions/Action;
- # annotations
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Ljava/util/concurrent/CountDownLatch;",
- "Lio/reactivex/functions/Consumer<",
- "Ljava/lang/Throwable;",
- ">;",
- "Lio/reactivex/functions/Action;"
- }
- .end annotation
- # instance fields
- .field public error:Ljava/lang/Throwable;
- # direct methods
- .method public constructor <init>()V
- .locals 1
- const/4 v0, 0x1
- .line 29
- invoke-direct {p0, v0}, Ljava/util/concurrent/CountDownLatch;-><init>(I)V
- return-void
- .end method
- # virtual methods
- .method public bridge synthetic accept(Ljava/lang/Object;)V
- .locals 0
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/lang/Exception;
- }
- .end annotation
- .line 23
- check-cast p1, Ljava/lang/Throwable;
- invoke-virtual {p0, p1}, Lio/reactivex/internal/util/BlockingIgnoringReceiver;->accept(Ljava/lang/Throwable;)V
- return-void
- .end method
- .method public accept(Ljava/lang/Throwable;)V
- .locals 0
- .line 34
- iput-object p1, p0, Lio/reactivex/internal/util/BlockingIgnoringReceiver;->error:Ljava/lang/Throwable;
- .line 35
- invoke-virtual {p0}, Lio/reactivex/internal/util/BlockingIgnoringReceiver;->countDown()V
- return-void
- .end method
- .method public run()V
- .locals 0
- .line 40
- invoke-virtual {p0}, Lio/reactivex/internal/util/BlockingIgnoringReceiver;->countDown()V
- return-void
- .end method
|