FlowableInternalHelper$SubscriberOnError.smali
.class final Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError;
.super Ljava/lang/Object;
.source "FlowableInternalHelper.java"
# interfaces
.implements Lio/reactivex/functions/Consumer;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/internal/operators/flowable/FlowableInternalHelper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "SubscriberOnError"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lio/reactivex/functions/Consumer<",
"Ljava/lang/Throwable;",
">;"
}
.end annotation
# instance fields
.field final subscriber:Lorg/reactivestreams/Subscriber;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lorg/reactivestreams/Subscriber<",
"TT;>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>(Lorg/reactivestreams/Subscriber;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/reactivestreams/Subscriber<",
"TT;>;)V"
}
.end annotation
.line 105
.local p0, "this":Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError;, "Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError<TT;>;"
.local p1, "subscriber":Lorg/reactivestreams/Subscriber;, "Lorg/reactivestreams/Subscriber<TT;>;"
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 106
iput-object p1, p0, Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError;->subscriber:Lorg/reactivestreams/Subscriber;
.line 107
return-void
.end method
# virtual methods
.method public bridge synthetic accept(Ljava/lang/Object;)V
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 102
.local p0, "this":Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError;, "Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError<TT;>;"
check-cast p1, Ljava/lang/Throwable;
invoke-virtual {p0, p1}, Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError;->accept(Ljava/lang/Throwable;)V
return-void
.end method
.method public accept(Ljava/lang/Throwable;)V
.registers 3
.param p1, "v" # Ljava/lang/Throwable;
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 111
.local p0, "this":Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError;, "Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError<TT;>;"
iget-object v0, p0, Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$SubscriberOnError;->subscriber:Lorg/reactivestreams/Subscriber;
invoke-interface {v0, p1}, Lorg/reactivestreams/Subscriber;->onError(Ljava/lang/Throwable;)V
.line 112
return-void
.end method