ae.smali

.class final Lrx/internal/operators/ae;
.super Lrx/n;
.source "SingleLiftObservableOperator.java"


# annotations
.annotation system Ldalvik/annotation/Signature;
    value = {
        "<T:",
        "Ljava/lang/Object;",
        ">",
        "Lrx/n",
        "<TT;>;"
    }
.end annotation


# instance fields
.field private actual:Lrx/o;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Lrx/o",
            "<-TT;>;"
        }
    .end annotation
.end field


# direct methods
.method constructor <init>(Lrx/o;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lrx/o",
            "<-TT;>;)V"
        }
    .end annotation

    .prologue
    .line 70
    invoke-direct {p0}, Lrx/n;-><init>()V

    .line 71
    iput-object p1, p0, Lrx/internal/operators/ae;->actual:Lrx/o;

    .line 72
    return-void
.end method


# virtual methods
.method public final onError(Ljava/lang/Throwable;)V
    .registers 3

    .prologue
    .line 81
    iget-object v0, p0, Lrx/internal/operators/ae;->actual:Lrx/o;

    invoke-virtual {v0, p1}, Lrx/o;->onError(Ljava/lang/Throwable;)V

    .line 82
    return-void
.end method

.method public final onSuccess(Ljava/lang/Object;)V
    .registers 5
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(TT;)V"
        }
    .end annotation

    .prologue
    .line 76
    iget-object v0, p0, Lrx/internal/operators/ae;->actual:Lrx/o;

    new-instance v1, Lrx/internal/producers/SingleProducer;

    iget-object v2, p0, Lrx/internal/operators/ae;->actual:Lrx/o;

    invoke-direct {v1, v2, p1}, Lrx/internal/producers/SingleProducer;-><init>(Lrx/o;Ljava/lang/Object;)V

    invoke-virtual {v0, v1}, Lrx/o;->a(Lrx/i;)V

    .line 77
    return-void
.end method