SingleZipIterable$SingletonArrayFunc.smali
.class final Lio/reactivex/internal/operators/single/SingleZipIterable$SingletonArrayFunc;
.super Ljava/lang/Object;
.source "SingleZipIterable.java"
# interfaces
.implements Lio/reactivex/functions/Function;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/internal/operators/single/SingleZipIterable;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x10
name = "SingletonArrayFunc"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lio/reactivex/functions/Function<",
"TT;TR;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lio/reactivex/internal/operators/single/SingleZipIterable;
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>(Lio/reactivex/internal/operators/single/SingleZipIterable;)V
.registers 2
.param p1, "this$0" # Lio/reactivex/internal/operators/single/SingleZipIterable;
.line 82
.local p0, "this":Lio/reactivex/internal/operators/single/SingleZipIterable$SingletonArrayFunc;, "Lio/reactivex/internal/operators/single/SingleZipIterable<TT;TR;>.SingletonArrayFunc;"
iput-object p1, p0, Lio/reactivex/internal/operators/single/SingleZipIterable$SingletonArrayFunc;->this$0:Lio/reactivex/internal/operators/single/SingleZipIterable;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public apply(Ljava/lang/Object;)Ljava/lang/Object;
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)TR;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 85
.local p0, "this":Lio/reactivex/internal/operators/single/SingleZipIterable$SingletonArrayFunc;, "Lio/reactivex/internal/operators/single/SingleZipIterable<TT;TR;>.SingletonArrayFunc;"
.local p1, "t":Ljava/lang/Object;, "TT;"
iget-object v0, p0, Lio/reactivex/internal/operators/single/SingleZipIterable$SingletonArrayFunc;->this$0:Lio/reactivex/internal/operators/single/SingleZipIterable;
iget-object v0, v0, Lio/reactivex/internal/operators/single/SingleZipIterable;->zipper:Lio/reactivex/functions/Function;
const/4 v1, 0x1
new-array v1, v1, [Ljava/lang/Object;
const/4 v2, 0x0
aput-object p1, v1, v2
invoke-interface {v0, v1}, Lio/reactivex/functions/Function;->apply(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
const-string v1, "The zipper returned a null value"
invoke-static {v0, v1}, Lio/reactivex/internal/functions/ObjectHelper;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
move-result-object v0
return-object v0
.end method