final class io.reactivex.internal.operators.observable.ObservableInternalHelper$FlatMapIntoIterable<T, U> implements io.reactivex.functions.Function<T, io.reactivex.ObservableSource<U>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableInternalHelper$FlatMapIntoIterable
super_class: java.lang.Object
{
private final io.reactivex.functions.Function<? super T, ? extends java.lang.Iterable<? extends U>> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TU;>;>;
void <init>(io.reactivex.functions.Function<? super T, ? extends java.lang.Iterable<? extends U>>);
descriptor: (Lio/reactivex/functions/Function;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableInternalHelper$FlatMapIntoIterable.mapper:Lio/reactivex/functions/Function;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapIntoIterable<TT;TU;>;
0 3 1 mapper Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TU;>;>;
Signature: (Lio/reactivex/functions/Function<-TT;+Ljava/lang/Iterable<+TU;>;>;)V
MethodParameters:
Name Flags
mapper
public io.reactivex.ObservableSource<U> apply(T);
descriptor: (Ljava/lang/Object;)Lio/reactivex/ObservableSource;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new io.reactivex.internal.operators.observable.ObservableFromIterable
dup
aload 0
getfield io.reactivex.internal.operators.observable.ObservableInternalHelper$FlatMapIntoIterable.mapper:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Iterable
ldc "The mapper returned a null Iterable"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.Iterable
invokespecial io.reactivex.internal.operators.observable.ObservableFromIterable.<init>:(Ljava/lang/Iterable;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/observable/ObservableInternalHelper$FlatMapIntoIterable<TT;TU;>;
0 1 1 t TT;
Exceptions:
throws java.lang.Exception
Signature: (TT;)Lio/reactivex/ObservableSource<TU;>;
MethodParameters:
Name Flags
t
public java.lang.Object apply(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokevirtual io.reactivex.internal.operators.observable.ObservableInternalHelper$FlatMapIntoIterable.apply:(Ljava/lang/Object;)Lio/reactivex/ObservableSource;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Function<TT;Lio/reactivex/ObservableSource<TU;>;>;
SourceFile: "ObservableInternalHelper.java"
NestHost: io.reactivex.internal.operators.observable.ObservableInternalHelper
InnerClasses:
final FlatMapIntoIterable = io.reactivex.internal.operators.observable.ObservableInternalHelper$FlatMapIntoIterable of io.reactivex.internal.operators.observable.ObservableInternalHelper