Completable$12$1.smali
.class Lrx/Completable$12$1;
.super Ljava/lang/Object;
.source "Completable.java"
# interfaces
.implements Lrx/functions/Action0;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/Completable$12;->call(Lrx/CompletableSubscriber;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
# instance fields
.field final synthetic this$0:Lrx/Completable$12;
.field final synthetic val$s:Lrx/CompletableSubscriber;
.field final synthetic val$w:Lrx/Scheduler$Worker;
# direct methods
.method constructor <init>(Lrx/Completable$12;Lrx/CompletableSubscriber;Lrx/Scheduler$Worker;)V
.registers 4
.line 1
iput-object p1, p0, Lrx/Completable$12$1;->this$0:Lrx/Completable$12;
iput-object p2, p0, Lrx/Completable$12$1;->val$s:Lrx/CompletableSubscriber;
iput-object p3, p0, Lrx/Completable$12$1;->val$w:Lrx/Scheduler$Worker;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public call()V
.registers 3
.line 1
:try_start_0
iget-object v0, p0, Lrx/Completable$12$1;->val$s:Lrx/CompletableSubscriber;
invoke-interface {v0}, Lrx/CompletableSubscriber;->onCompleted()V
:try_end_5
.catchall {:try_start_0 .. :try_end_5} :catchall_b
.line 2
iget-object v0, p0, Lrx/Completable$12$1;->val$w:Lrx/Scheduler$Worker;
invoke-interface {v0}, Lrx/Subscription;->unsubscribe()V
return-void
:catchall_b
move-exception v0
iget-object v1, p0, Lrx/Completable$12$1;->val$w:Lrx/Scheduler$Worker;
invoke-interface {v1}, Lrx/Subscription;->unsubscribe()V
throw v0
.end method