Completable$20.smali
.class Lrx/Completable$20;
.super Ljava/lang/Object;
.source "Completable.java"
# interfaces
.implements Lrx/functions/Action1;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/Completable;->doOnTerminate(Lrx/functions/Action0;)Lrx/Completable;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lrx/functions/Action1<",
"Ljava/lang/Throwable;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lrx/Completable;
.field final synthetic val$onTerminate:Lrx/functions/Action0;
# direct methods
.method constructor <init>(Lrx/Completable;Lrx/functions/Action0;)V
.registers 3
.line 1
iput-object p1, p0, Lrx/Completable$20;->this$0:Lrx/Completable;
iput-object p2, p0, Lrx/Completable$20;->val$onTerminate:Lrx/functions/Action0;
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, Ljava/lang/Throwable;
invoke-virtual {p0, p1}, Lrx/Completable$20;->call(Ljava/lang/Throwable;)V
return-void
.end method
.method public call(Ljava/lang/Throwable;)V
.registers 2
.line 2
iget-object p1, p0, Lrx/Completable$20;->val$onTerminate:Lrx/functions/Action0;
invoke-interface {p1}, Lrx/functions/Action0;->call()V
return-void
.end method