12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .class final Lio/reactivex/internal/functions/Functions$13;
- .super Ljava/lang/Object;
- .source "Functions.java"
- # interfaces
- .implements Lio/reactivex/functions/Consumer;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lio/reactivex/internal/functions/Functions;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x8
- name = null
- .end annotation
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Ljava/lang/Object;",
- "Lio/reactivex/functions/Consumer<",
- "Ljava/lang/Throwable;",
- ">;"
- }
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- .line 214
- invoke-direct {p0}, Ljava/lang/Object;-><init>()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 214
- check-cast p1, Ljava/lang/Throwable;
- invoke-virtual {p0, p1}, Lio/reactivex/internal/functions/Functions$13;->accept(Ljava/lang/Throwable;)V
- return-void
- .end method
- .method public accept(Ljava/lang/Throwable;)V
- .locals 0
- .line 217
- invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
- return-void
- .end method
|