Completable$7.smali
.class final Lrx/Completable$7;
.super Ljava/lang/Object;
.source "Completable.java"
# interfaces
.implements Lrx/Completable$OnSubscribe;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/Completable;->error(Ljava/lang/Throwable;)Lrx/Completable;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
# instance fields
.field final synthetic val$error:Ljava/lang/Throwable;
# direct methods
.method constructor <init>(Ljava/lang/Throwable;)V
.registers 2
.line 1
iput-object p1, p0, Lrx/Completable$7;->val$error:Ljava/lang/Throwable;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic call(Ljava/lang/Object;)V
.registers 2
.line 1
check-cast p1, Lrx/CompletableSubscriber;
invoke-virtual {p0, p1}, Lrx/Completable$7;->call(Lrx/CompletableSubscriber;)V
return-void
.end method
.method public call(Lrx/CompletableSubscriber;)V
.registers 3
.line 2
invoke-static {}, Lrx/subscriptions/Subscriptions;->unsubscribed()Lrx/Subscription;
move-result-object v0
invoke-interface {p1, v0}, Lrx/CompletableSubscriber;->onSubscribe(Lrx/Subscription;)V
.line 3
iget-object v0, p0, Lrx/Completable$7;->val$error:Ljava/lang/Throwable;
invoke-interface {p1, v0}, Lrx/CompletableSubscriber;->onError(Ljava/lang/Throwable;)V
return-void
.end method