ObservableInternalHelper$FlatMapWithCombinerInner.smali
.class final Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner;
.super Ljava/lang/Object;
.source "ObservableInternalHelper.java"
# interfaces
.implements Lio/reactivex/functions/Function;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/internal/operators/observable/ObservableInternalHelper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "FlatMapWithCombinerInner"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<U:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
"T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lio/reactivex/functions/Function<",
"TU;TR;>;"
}
.end annotation
# instance fields
.field private final combiner:Lio/reactivex/functions/BiFunction;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/functions/BiFunction<",
"-TT;-TU;+TR;>;"
}
.end annotation
.end field
.field private final t:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TT;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>(Lio/reactivex/functions/BiFunction;Ljava/lang/Object;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/functions/BiFunction<",
"-TT;-TU;+TR;>;TT;)V"
}
.end annotation
.line 145
.local p0, "this":Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner;, "Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner<TU;TR;TT;>;"
.local p1, "combiner":Lio/reactivex/functions/BiFunction;, "Lio/reactivex/functions/BiFunction<-TT;-TU;+TR;>;"
.local p2, "t":Ljava/lang/Object;, "TT;"
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 146
iput-object p1, p0, Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner;->combiner:Lio/reactivex/functions/BiFunction;
.line 147
iput-object p2, p0, Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner;->t:Ljava/lang/Object;
.line 148
return-void
.end method
# virtual methods
.method public apply(Ljava/lang/Object;)Ljava/lang/Object;
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(TU;)TR;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 152
.local p0, "this":Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner;, "Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner<TU;TR;TT;>;"
.local p1, "w":Ljava/lang/Object;, "TU;"
iget-object v0, p0, Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner;->combiner:Lio/reactivex/functions/BiFunction;
iget-object v1, p0, Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapWithCombinerInner;->t:Ljava/lang/Object;
invoke-interface {v0, v1, p1}, Lio/reactivex/functions/BiFunction;->apply(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
return-object v0
.end method