Completable$17.smali
.class Lrx/Completable$17;
.super Ljava/lang/Object;
.source "Completable.java"
# interfaces
.implements Lrx/functions/Action1;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lrx/Completable;->doOnEach(Lrx/functions/Action1;)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$onNotification:Lrx/functions/Action1;
# direct methods
.method constructor <init>(Lrx/Completable;Lrx/functions/Action1;)V
.registers 3
.line 1
iput-object p1, p0, Lrx/Completable$17;->this$0:Lrx/Completable;
iput-object p2, p0, Lrx/Completable$17;->val$onNotification:Lrx/functions/Action1;
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$17;->call(Ljava/lang/Throwable;)V
return-void
.end method
.method public call(Ljava/lang/Throwable;)V
.registers 3
.line 2
iget-object v0, p0, Lrx/Completable$17;->val$onNotification:Lrx/functions/Action1;
invoke-static {p1}, Lrx/Notification;->createOnError(Ljava/lang/Throwable;)Lrx/Notification;
move-result-object p1
invoke-interface {v0, p1}, Lrx/functions/Action1;->call(Ljava/lang/Object;)V
return-void
.end method