ConnectConsumer.smali
.class public final Lio/reactivex/internal/util/ConnectConsumer;
.super Ljava/lang/Object;
# interfaces
.implements Lio/reactivex/functions/Consumer;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lio/reactivex/functions/Consumer<",
"Lio/reactivex/disposables/Disposable;",
">;"
}
.end annotation
# instance fields
.field public a:Lio/reactivex/disposables/Disposable;
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic a(Ljava/lang/Object;)V
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
check-cast p1, Lio/reactivex/disposables/Disposable;
invoke-virtual {p0, p1}, Lio/reactivex/internal/util/ConnectConsumer;->b(Lio/reactivex/disposables/Disposable;)V
return-void
.end method
.method public b(Lio/reactivex/disposables/Disposable;)V
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
iput-object p1, p0, Lio/reactivex/internal/util/ConnectConsumer;->a:Lio/reactivex/disposables/Disposable;
return-void
.end method